summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/blocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/PCH/blocks.c')
-rw-r--r--clang/test/PCH/blocks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/PCH/blocks.c b/clang/test/PCH/blocks.c
index f3efc8ac4bc..ccecd365235 100644
--- a/clang/test/PCH/blocks.c
+++ b/clang/test/PCH/blocks.c
@@ -1,8 +1,8 @@
// Test this without pch.
-// RUN: clang-cc -fblocks -include %S/blocks.h -fsyntax-only -emit-llvm -o - %s &&
+// RUN: clang-cc -fblocks -include %S/blocks.h -fsyntax-only -emit-llvm -o - %s
// Test with pch.
-// RUN: clang-cc -emit-pch -fblocks -o %t %S/blocks.h &&
+// RUN: clang-cc -emit-pch -fblocks -o %t %S/blocks.h
// RUN: clang-cc -fblocks -include-pch %t -fsyntax-only -emit-llvm -o - %s
int do_add(int x, int y) { return add(x, y); }
OpenPOWER on IntegriCloud