diff options
Diffstat (limited to 'test/Preprocessor/_Pragma-physloc.c')
-rw-r--r-- | test/Preprocessor/_Pragma-physloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Preprocessor/_Pragma-physloc.c b/test/Preprocessor/_Pragma-physloc.c index 8737949..016c97b 100644 --- a/test/Preprocessor/_Pragma-physloc.c +++ b/test/Preprocessor/_Pragma-physloc.c @@ -1,4 +1,4 @@ -// RUN: clang-cc %s -E | grep '#pragma x y z' && +// RUN: clang-cc %s -E | grep '#pragma x y z' // RUN: clang-cc %s -E | grep '#pragma a b c' _Pragma("x y z") |