summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/macro_rescan.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_rescan.c')
-rw-r--r--test/Preprocessor/macro_rescan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_rescan.c b/test/Preprocessor/macro_rescan.c
index 17b4dc2..c6a807a 100644
--- a/test/Preprocessor/macro_rescan.c
+++ b/test/Preprocessor/macro_rescan.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -E %s | grep 'ei_1 = (17 +1);' &&
+// RUN: clang-cc -E %s | grep 'ei_1 = (17 +1);'
// RUN: clang-cc -E %s | grep 'ei_2 = (M1)(17);'
#define M1(a) (a+1)
OpenPOWER on IntegriCloud