summaryrefslogtreecommitdiffstats
path: root/test/Sema/block-call.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/block-call.c')
-rw-r--r--test/Sema/block-call.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/block-call.c b/test/Sema/block-call.c
index 893a8f61da..0aba75e14a 100644
--- a/test/Sema/block-call.c
+++ b/test/Sema/block-call.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s -fblocks
+// RUN: %clang_cc1 -fsyntax-only -verify %s -fblocks
int (*FP)();
int (^IFP) ();