summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/macro_rescan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/macro_rescan2.c')
-rw-r--r--clang/test/Preprocessor/macro_rescan2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/macro_rescan2.c b/clang/test/Preprocessor/macro_rescan2.c
index 4fae444002d..6914ae0ac5f 100644
--- a/clang/test/Preprocessor/macro_rescan2.c
+++ b/clang/test/Preprocessor/macro_rescan2.c
@@ -1,5 +1,5 @@
-// RUN: clang %s -E | grep 'a: 2\*f(9)' &&
-// RUN: clang %s -E | grep 'b: 2\*9\*g'
+// RUN: clang-cc %s -E | grep 'a: 2\*f(9)' &&
+// RUN: clang-cc %s -E | grep 'b: 2\*9\*g'
#define f(a) a*g
#define g f
OpenPOWER on IntegriCloud