summaryrefslogtreecommitdiffstats
path: root/test/Sema/vector-cast.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/vector-cast.c')
-rw-r--r--test/Sema/vector-cast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/vector-cast.c b/test/Sema/vector-cast.c
index 8c607aad07..aab0ab4775 100644
--- a/test/Sema/vector-cast.c
+++ b/test/Sema/vector-cast.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only %s -verify -Wvector-conversions
+// RUN: %clang_cc1 -fsyntax-only %s -verify -Wvector-conversions
typedef long long t1 __attribute__ ((vector_size (8)));
typedef char t2 __attribute__ ((vector_size (16)));