summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_paste_hard.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/macro_paste_hard.c')
-rw-r--r--clang/test/Preprocessor/macro_paste_hard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Preprocessor/macro_paste_hard.c b/clang/test/Preprocessor/macro_paste_hard.c
index be467456bf7..25b6c1994b5 100644
--- a/clang/test/Preprocessor/macro_paste_hard.c
+++ b/clang/test/Preprocessor/macro_paste_hard.c
@@ -1,6 +1,6 @@
-// RUN: clang -E %s | grep '1: aaab 2' &&
-// RUN: clang -E %s | grep '2: 2 baaa' &&
-// RUN: clang -E %s | grep '3: 2 xx'
+// RUN: clang-cc -E %s | grep '1: aaab 2' &&
+// RUN: clang-cc -E %s | grep '2: 2 baaa' &&
+// RUN: clang-cc -E %s | grep '3: 2 xx'
#define a(n) aaa ## n
#define b 2
OpenPOWER on IntegriCloud