aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-05-22 21:10:04 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2009-05-22 21:10:04 +0000
commit55d1b6a7f7b1bece532c57cc05eb8b44812ce842 (patch)
treef726a387b47bc6389fb0041dfbce6459d01324fa /test
parentf40882a38baf258fa10e362003f6939a590074bb (diff)
Add -fblocks for the test.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72280 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Sema/nonnull-check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/nonnull-check.c b/test/Sema/nonnull-check.c
index 2d2a9f4055..dc0928477e 100644
--- a/test/Sema/nonnull-check.c
+++ b/test/Sema/nonnull-check.c
@@ -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));