diff options
Diffstat (limited to 'test/Preprocessor/hash_line.c')
-rw-r--r-- | test/Preprocessor/hash_line.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/hash_line.c b/test/Preprocessor/hash_line.c index 7ed65d1..31f708c 100644 --- a/test/Preprocessor/hash_line.c +++ b/test/Preprocessor/hash_line.c @@ -1,6 +1,6 @@ // The 1 and # should not go on the same line. -// RUN: clang-cc %s -E | not grep "1 #" && -// RUN: clang-cc %s -E | grep '^1$' && +// RUN: clang-cc %s -E | not grep "1 #" +// RUN: clang-cc %s -E | grep '^1$' // RUN: clang-cc %s -E | grep '^ #$' 1 #define EMPTY |