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 a9da3256a9..9920f5f68b 100644 --- a/test/Parser/block-pointer-decl.c +++ b/test/Parser/block-pointer-decl.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only -verify -parse-noop %s +// RUN: clang -fsyntax-only -verify -parse-noop -fblocks %s struct blockStruct { int (^a)(float, int); |