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 adc447c39f6..fad84264d7f 100644
--- a/clang/test/Preprocessor/macro_paste_hard.c
+++ b/clang/test/Preprocessor/macro_paste_hard.c
@@ -1,6 +1,6 @@
-// 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'
+// RUN: %clang_cc1 -E %s | grep '1: aaab 2'
+// RUN: %clang_cc1 -E %s | grep '2: 2 baaa'
+// RUN: %clang_cc1 -E %s | grep '3: 2 xx'
#define a(n) aaa ## n
#define b 2
OpenPOWER on IntegriCloud