summaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro_rescan2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/macro_rescan2.c')
-rw-r--r--test/Preprocessor/macro_rescan2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro_rescan2.c b/test/Preprocessor/macro_rescan2.c
index 6914ae0ac5f3..9c198c995a54 100644
--- a/test/Preprocessor/macro_rescan2.c
+++ b/test/Preprocessor/macro_rescan2.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -E | grep 'a: 2\*f(9)' &&
+// 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