aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_expandloc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_expandloc2.c')
-rw-r--r--test/Preprocessor/macro_expandloc2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_expandloc2.c b/test/Preprocessor/macro_expandloc2.c
index 9adf3fd911f9..4aa7dfe94426 100644
--- a/test/Preprocessor/macro_expandloc2.c
+++ b/test/Preprocessor/macro_expandloc2.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 BAR
// The error message should be on the #include line, not the 1.