summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/print_line_track.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Preprocessor/print_line_track.c')
-rw-r--r--clang/test/Preprocessor/print_line_track.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clang/test/Preprocessor/print_line_track.c b/clang/test/Preprocessor/print_line_track.c
index 539433d1af0..553c1861023 100644
--- a/clang/test/Preprocessor/print_line_track.c
+++ b/clang/test/Preprocessor/print_line_track.c
@@ -1,7 +1,7 @@
-/* RUN: clang-cc -E %s | grep 'a 3' &&
- * RUN: clang-cc -E %s | grep 'b 16' &&
- * RUN: clang-cc -E -P %s | grep 'a 3' &&
- * RUN: clang-cc -E -P %s | grep 'b 16' &&
+/* RUN: clang-cc -E %s | grep 'a 3'
+ * RUN: clang-cc -E %s | grep 'b 16'
+ * RUN: clang-cc -E -P %s | grep 'a 3'
+ * RUN: clang-cc -E -P %s | grep 'b 16'
* RUN: clang-cc -E %s | not grep '# 0 '
* PR1848
* PR3437
OpenPOWER on IntegriCloud