aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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));