Add -fblocks for the test.

llvm-svn: 72280
This commit is contained in:
Argyrios Kyrtzidis 2009-05-22 21:10:04 +00:00
parent f73f2d28a2
commit c996521508
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -Wnonnull -fsyntax-only -verify %s
// RUN: clang-cc -fblocks -Wnonnull -fsyntax-only -verify %s
extern void func1 (void (^block1)(), void (^block2)(), int) __attribute__((nonnull));