summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/blocks.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/blocks.c')
-rw-r--r--clang/test/CodeGen/blocks.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/blocks.c b/clang/test/CodeGen/blocks.c
index d3d4cefacc4..4dfe553aecb 100644
--- a/clang/test/CodeGen/blocks.c
+++ b/clang/test/CodeGen/blocks.c
@@ -1,2 +1,2 @@
-// RUN: clang %s -emit-llvm -o %t -fblocks
+// RUN: clang-cc %s -emit-llvm -o %t -fblocks
void (^f)(void) = ^{};
OpenPOWER on IntegriCloud