summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/extension-warning.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/extension-warning.c')
-rw-r--r--test/Preprocessor/extension-warning.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/extension-warning.c b/test/Preprocessor/extension-warning.c
index 7b5095f6e9..4ba57f78f7 100644
--- a/test/Preprocessor/extension-warning.c
+++ b/test/Preprocessor/extension-warning.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify -pedantic %s
+// RUN: %clang_cc1 -fsyntax-only -verify -pedantic %s
// The preprocessor shouldn't warn about extensions within macro bodies that
// aren't expanded.