From: Mike Stump Date: Sat, 7 Mar 2009 15:34:10 +0000 (+0000) Subject: Fix to account for default support for blocks. Once we have enough X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2a7075d55db792ef45dc450b15748237ddcca1c6;p=clang Fix to account for default support for blocks. Once we have enough testing to to be sure it all works, we'll rip out all the unsupported code. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66338 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/blocks-unsupported.m b/test/CodeGenObjC/blocks-unsupported.m index c9d8295601..bd224e50b7 100644 --- a/test/CodeGenObjC/blocks-unsupported.m +++ b/test/CodeGenObjC/blocks-unsupported.m @@ -1,4 +1,4 @@ -// RUN: clang -fblocks -fnext-runtime --emit-llvm -o %t %s -verify +// RUN: clang -fblocks -fno-__block -fnext-runtime --emit-llvm -o %t %s -verify @class Foo; @protocol P;