summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_paste_hashhash.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_paste_hashhash.c')
-rw-r--r--test/Preprocessor/macro_paste_hashhash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_hashhash.c b/test/Preprocessor/macro_paste_hashhash.c
index 42654fd1b1..e7993cc0a3 100644
--- a/test/Preprocessor/macro_paste_hashhash.c
+++ b/test/Preprocessor/macro_paste_hashhash.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -E %s | grep '^"x ## y";$'
+// RUN: %clang_cc1 -E %s | grep '^"x ## y";$'
#define hash_hash # ## #
#define mkstr(a) # a
#define in_between(a) mkstr(a)