aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/macro-multiline.c
diff options
context:
space:
mode:
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 eb15668ce31f..ba988253b272 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