diff options
Diffstat (limited to 'test/Preprocessor/pragma_unknown.c')
-rw-r--r-- | test/Preprocessor/pragma_unknown.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/pragma_unknown.c b/test/Preprocessor/pragma_unknown.c index 16bf43b..c0355e7 100644 --- a/test/Preprocessor/pragma_unknown.c +++ b/test/Preprocessor/pragma_unknown.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -E %s | grep '#pragma foo bar' && +// RUN: clang-cc -E %s | grep '#pragma foo bar' // RUN: clang-cc -fsyntax-only -Wunknown-pragmas -verify %s // GCC doesn't expand macro args for unrecognized pragmas. |