summaryrefslogtreecommitdiff
path: root/test/Sema/block-sentinel-attribute.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/block-sentinel-attribute.c')
-rw-r--r--test/Sema/block-sentinel-attribute.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/block-sentinel-attribute.c b/test/Sema/block-sentinel-attribute.c
index 5628a2c780..b5ce0da15c 100644
--- a/test/Sema/block-sentinel-attribute.c
+++ b/test/Sema/block-sentinel-attribute.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fblocks -fsyntax-only -verify %s
+// RUN: %clang_cc1 -fblocks -fsyntax-only -verify %s
void (^e) (int arg, const char * format, ...) __attribute__ ((__sentinel__ (1,1)));