summaryrefslogtreecommitdiff
path: root/test/SemaTemplate/ext-vector-type.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaTemplate/ext-vector-type.cpp')
-rw-r--r--test/SemaTemplate/ext-vector-type.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaTemplate/ext-vector-type.cpp b/test/SemaTemplate/ext-vector-type.cpp
index 7cc4ae930e..0e2debf22b 100644
--- a/test/SemaTemplate/ext-vector-type.cpp
+++ b/test/SemaTemplate/ext-vector-type.cpp
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
template<typename T, unsigned Length>
struct make1 {
typedef T __attribute__((ext_vector_type(Length))) type;