summaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_paste_spacing2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_paste_spacing2.c')
-rw-r--r--test/Preprocessor/macro_paste_spacing2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_paste_spacing2.c b/test/Preprocessor/macro_paste_spacing2.c
index 0db721aa7b41..02cc12f5b023 100644
--- a/test/Preprocessor/macro_paste_spacing2.c
+++ b/test/Preprocessor/macro_paste_spacing2.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -E | grep "movl %eax"
+// RUN: %clang_cc1 %s -E | grep "movl %eax"
// PR4132
#define R1E %eax
#define epilogue(r1) movl r1 ## E;