summaryrefslogtreecommitdiffstats
path: root/test/Preprocessor/dependencies-and-pp.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/dependencies-and-pp.c')
-rw-r--r--test/Preprocessor/dependencies-and-pp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Preprocessor/dependencies-and-pp.c b/test/Preprocessor/dependencies-and-pp.c
index 1dc4d02..5359d0a 100644
--- a/test/Preprocessor/dependencies-and-pp.c
+++ b/test/Preprocessor/dependencies-and-pp.c
@@ -1,5 +1,5 @@
-// RUN: clang -E -o %t.1 %s &&
-// RUN: clang -E -MD -MF %t.d -MT foo -o %t.2 %s &&
-// RUN: diff %t.1 %t.2 &&
-// RUN: grep "foo:" %t.d &&
+// RUN: clang -E -o %t.1 %s
+// RUN: clang -E -MD -MF %t.d -MT foo -o %t.2 %s
+// RUN: diff %t.1 %t.2
+// RUN: grep "foo:" %t.d
// RUN: grep "dependencies-and-pp.c" %t.d
OpenPOWER on IntegriCloud