summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_fn_lparen_scan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_fn_lparen_scan2.c')
-rw-r--r--test/Preprocessor/macro_fn_lparen_scan2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_fn_lparen_scan2.c b/test/Preprocessor/macro_fn_lparen_scan2.c
index fb64befaf1..c23e7412b8 100644
--- a/test/Preprocessor/macro_fn_lparen_scan2.c
+++ b/test/Preprocessor/macro_fn_lparen_scan2.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -E %s | grep 'FUNC (3 +1);'
+// RUN: %clang_cc1 -E %s | grep 'FUNC (3 +1);'
#define F(a) a
#define FUNC(a) (a+1)