diff options
Diffstat (limited to 'test/Preprocessor/builtin_line.c')
| -rw-r--r-- | test/Preprocessor/builtin_line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/builtin_line.c b/test/Preprocessor/builtin_line.c index db01e47995a8..06a2ac20d04c 100644 --- a/test/Preprocessor/builtin_line.c +++ b/test/Preprocessor/builtin_line.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -E | grep "^ 4" && +// RUN: clang-cc %s -E | grep "^ 4" #define FOO __LINE__ FOO |
