summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/variadic-parse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/variadic-parse.cpp')
-rw-r--r--test/SemaTemplate/variadic-parse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/variadic-parse.cpp b/test/SemaTemplate/variadic-parse.cpp
index e1d1b1f98d..d8b77b3f42 100644
--- a/test/SemaTemplate/variadic-parse.cpp
+++ b/test/SemaTemplate/variadic-parse.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s -std=c++0x
+// RUN: %clang_cc1 -fsyntax-only -verify %s -std=c++0x
// Parsing type parameter packs.
template <typename ... Args> struct T1 {};