summaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro-multiline.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
commit025f80dfc21a24b910f2b8442a16796ce5de8379 (patch)
tree8aa027fc4fcc502e579cbd3e0e8a039d837c14fc /test/Preprocessor/macro-multiline.c
parent78a88e7233aece64a57741de617d6b80b6082be1 (diff)
downloadclang-025f80dfc21a24b910f2b8442a16796ce5de8379.tar.gz
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. :) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77062 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Preprocessor/macro-multiline.c')
-rw-r--r--test/Preprocessor/macro-multiline.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro-multiline.c b/test/Preprocessor/macro-multiline.c
index eb15668ce3..ba988253b2 100644
--- a/test/Preprocessor/macro-multiline.c
+++ b/test/Preprocessor/macro-multiline.c
@@ -1,4 +1,4 @@
-// RUN: clang -E %s "-DX=A
+// RUN: clang -E %s "-DX=A &&
// RUN: THIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT" > %t &&
// RUN: grep "GOOD: A" %t &&
// RUN: not grep THIS_SHOULD_NOT_EXIST_IN_THE_OUTPUT %t