From c996521508210a67a2f5e6ef3c0d78a0bb273d4b Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Fri, 22 May 2009 21:10:04 +0000 Subject: [PATCH] Add -fblocks for the test. llvm-svn: 72280 --- clang/test/Sema/nonnull-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Sema/nonnull-check.c b/clang/test/Sema/nonnull-check.c index 2d2a9f4055ed..dc0928477e3f 100644 --- a/clang/test/Sema/nonnull-check.c +++ b/clang/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));