diff options
Diffstat (limited to 'test/Preprocessor/macro-multiline.c')
-rw-r--r-- | test/Preprocessor/macro-multiline.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/macro-multiline.c b/test/Preprocessor/macro-multiline.c index eb15668..ba98825 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 |