From 55d1b6a7f7b1bece532c57cc05eb8b44812ce842 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72280 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Sema/nonnull-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); -- 2.50.1