summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_paste_hard.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_paste_hard.c')
-rw-r--r--test/Preprocessor/macro_paste_hard.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Preprocessor/macro_paste_hard.c b/test/Preprocessor/macro_paste_hard.c
index adc447c39f..fad84264d7 100644
--- a/test/Preprocessor/macro_paste_hard.c
+++ b/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