diff options
Diffstat (limited to 'test/Parser/block-pointer-decl.c')
-rw-r--r-- | test/Parser/block-pointer-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Parser/block-pointer-decl.c b/test/Parser/block-pointer-decl.c index 7a21651bad..2979b012c4 100644 --- a/test/Parser/block-pointer-decl.c +++ b/test/Parser/block-pointer-decl.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify -parse-noop -fblocks %s +// RUN: %clang_cc1 -fsyntax-only -verify -parse-noop -fblocks %s struct blockStruct { int (^a)(float, int); |