summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_expandloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_expandloc.c')
-rw-r--r--test/Preprocessor/macro_expandloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_expandloc.c b/test/Preprocessor/macro_expandloc.c
index ce1efd20a2..f4660132f5 100644
--- a/test/Preprocessor/macro_expandloc.c
+++ b/test/Preprocessor/macro_expandloc.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -E 2>&1 | grep '#include'
+// RUN: %clang_cc1 %s -E 2>&1 | grep '#include'
#define FOO 1
// The error message should be on the #include line, not the 1.