summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/stdin.c
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-25 11:27:37 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-25 11:27:37 +0000
commit97ea867690314be089744a52931b42a7f6a291a1 (patch)
tree4c54cfa14e84fced5cc4047028141521d1f5a2e2 /clang/test/Frontend/stdin.c
parent3ab3b5e17a6880b582f86e65ccab352de2d5a362 (diff)
downloadbcm5719-llvm-97ea867690314be089744a52931b42a7f6a291a1.tar.gz
bcm5719-llvm-97ea867690314be089744a52931b42a7f6a291a1.zip
MultiTestRunner: Validate '&&' at the end of RUN lines.
- This is just to normalize, these will go away soon hopefully. Added all the missing '&&'s that have crept in. :) llvm-svn: 77062
Diffstat (limited to 'clang/test/Frontend/stdin.c')
-rw-r--r--clang/test/Frontend/stdin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Frontend/stdin.c b/clang/test/Frontend/stdin.c
index 35fe45d35b4..5b719b2e134 100644
--- a/clang/test/Frontend/stdin.c
+++ b/clang/test/Frontend/stdin.c
@@ -1,3 +1,3 @@
-// RUN: clang-cc -E - < /dev/null > %t
+// RUN: clang-cc -E - < /dev/null > %t &&
// RUN: grep '<built-in>' %t
OpenPOWER on IntegriCloud