summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/output_paste_avoid.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/output_paste_avoid.c')
-rw-r--r--clang/test/Preprocessor/output_paste_avoid.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Preprocessor/output_paste_avoid.c b/clang/test/Preprocessor/output_paste_avoid.c
index 7fe8788a267..b23d22a7963 100644
--- a/clang/test/Preprocessor/output_paste_avoid.c
+++ b/clang/test/Preprocessor/output_paste_avoid.c
@@ -1,6 +1,6 @@
-// RUN: clang -E %s | grep '+ + - - + + = = =' &&
-// RUN: clang -E %s | not grep -F '...' &&
-// RUN: clang -E %s | not grep -F 'L"str"'
+// RUN: clang-cc -E %s | grep '+ + - - + + = = =' &&
+// RUN: clang-cc -E %s | not grep -F '...' &&
+// RUN: clang-cc -E %s | not grep -F 'L"str"'
// This should print as ".. ." to avoid turning into ...
#define y(a) ..a
OpenPOWER on IntegriCloud