aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/emit-all-decls.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/emit-all-decls.c')
-rw-r--r--test/CodeGen/emit-all-decls.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/emit-all-decls.c b/test/CodeGen/emit-all-decls.c
index 775cb6f118a8..3e7927d8ef79 100644
--- a/test/CodeGen/emit-all-decls.c
+++ b/test/CodeGen/emit-all-decls.c
@@ -1,6 +1,6 @@
-// RUN: clang-cc -emit-llvm -o %t %s &&
-// RUN: not grep "@foo" %t &&
-// RUN: clang-cc -femit-all-decls -emit-llvm -o %t %s &&
+// RUN: clang-cc -emit-llvm -o %t %s
+// RUN: not grep "@foo" %t
+// RUN: clang-cc -femit-all-decls -emit-llvm -o %t %s
// RUN: grep "@foo" %t
static void foo() {