summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/hash_line.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/hash_line.c')
-rw-r--r--test/Preprocessor/hash_line.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Preprocessor/hash_line.c b/test/Preprocessor/hash_line.c
index 31f708ce73..4f724dfbba 100644
--- a/test/Preprocessor/hash_line.c
+++ b/test/Preprocessor/hash_line.c
@@ -1,7 +1,7 @@
// The 1 and # should not go on the same line.
-// RUN: clang-cc %s -E | not grep "1 #"
-// RUN: clang-cc %s -E | grep '^1$'
-// RUN: clang-cc %s -E | grep '^ #$'
+// RUN: %clang_cc1 %s -E | not grep "1 #"
+// RUN: %clang_cc1 %s -E | grep '^1$'
+// RUN: %clang_cc1 %s -E | grep '^ #$'
1
#define EMPTY
EMPTY #