aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/predef.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/predef.c')
-rw-r--r--test/Sema/predef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/predef.c b/test/Sema/predef.c
index 7b3fe5038f96..9c1994699da7 100644
--- a/test/Sema/predef.c
+++ b/test/Sema/predef.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
void abcdefghi12(void) {
const char (*ss)[12] = &__func__;