summaryrefslogtreecommitdiff
path: root/test/CodeGen/blocks-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/blocks-2.c')
-rw-r--r--test/CodeGen/blocks-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/blocks-2.c b/test/CodeGen/blocks-2.c
index acbaafd956..fa4de3cf14 100644
--- a/test/CodeGen/blocks-2.c
+++ b/test/CodeGen/blocks-2.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -g %s -emit-llvm -o %t -fblocks &&
+// RUN: clang-cc -g %s -emit-llvm -o %t -fblocks
// RUN: grep "func.start" %t | count 4
// 1 declaration, 1 bar, 1 test_block_dbg and 1 for the block.
// XFAIL: *