summaryrefslogtreecommitdiff
path: root/test/Preprocessor/pragma_unknown.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/pragma_unknown.c')
-rw-r--r--test/Preprocessor/pragma_unknown.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/pragma_unknown.c b/test/Preprocessor/pragma_unknown.c
index 16bf43b3f4..c0355e7a96 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.