summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/expr_invalid_tok.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/expr_invalid_tok.c')
-rw-r--r--test/Preprocessor/expr_invalid_tok.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/expr_invalid_tok.c b/test/Preprocessor/expr_invalid_tok.c
index 5e750a4..8bc2b8e 100644
--- a/test/Preprocessor/expr_invalid_tok.c
+++ b/test/Preprocessor/expr_invalid_tok.c
@@ -1,5 +1,5 @@
-// RUN: not clang-cc -E %s 2>&1 | grep 'invalid token at start of a preprocessor expression' &&
-// RUN: not clang-cc -E %s 2>&1 | grep 'token is not a valid binary operator in a preprocessor subexpression' &&
+// RUN: not clang-cc -E %s 2>&1 | grep 'invalid token at start of a preprocessor expression'
+// RUN: not clang-cc -E %s 2>&1 | grep 'token is not a valid binary operator in a preprocessor subexpression'
// RUN: not clang-cc -E %s 2>&1 | grep ':14: error: expected end of line in preprocessor expression'
// PR2220
OpenPOWER on IntegriCloud