summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/expr_invalid_tok.c
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-06-12 12:40:02 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2008-06-12 12:40:02 +0000
commit351763e1560c5b5b455c13a6c1e0b504bcb73a51 (patch)
treef1ba3d1c0cef7f69d28b4c66068f43768346595a /clang/test/Preprocessor/expr_invalid_tok.c
parent616e484be4996f3f54e35f39196457893a70f99e (diff)
downloadbcm5719-llvm-351763e1560c5b5b455c13a6c1e0b504bcb73a51.tar.gz
bcm5719-llvm-351763e1560c5b5b455c13a6c1e0b504bcb73a51.zip
Multiple tests in a single test file must be linked with '&&'.
Otherwise, failing tests other than the last one will not be reported. llvm-svn: 52231
Diffstat (limited to 'clang/test/Preprocessor/expr_invalid_tok.c')
-rw-r--r--clang/test/Preprocessor/expr_invalid_tok.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/Preprocessor/expr_invalid_tok.c b/clang/test/Preprocessor/expr_invalid_tok.c
index 82bfca36b8f..877a845eff6 100644
--- a/clang/test/Preprocessor/expr_invalid_tok.c
+++ b/clang/test/Preprocessor/expr_invalid_tok.c
@@ -1,5 +1,5 @@
-// RUN: not clang -E %s 2>&1 | grep 'invalid token at start of a preprocessor expression'
-// RUN: not clang -E %s 2>&1 | grep 'token is not a valid binary operator in a preprocessor subexpression'
+// RUN: not clang -E %s 2>&1 | grep 'invalid token at start of a preprocessor expression' &&
+// RUN: not clang -E %s 2>&1 | grep 'token is not a valid binary operator in a preprocessor subexpression' &&
// RUN: not clang -E %s 2>&1 | grep ':14: error: expected end of line in preprocessor expression'
// PR2220
OpenPOWER on IntegriCloud