From: Daniel Dunbar Date: Sun, 1 Mar 2009 02:20:08 +0000 (+0000) Subject: This test requires blocks. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce2b4cc61b129b034dc66bb859deef03888073e2;p=clang This test requires blocks. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65754 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/blocks-unsupported.m b/test/CodeGenObjC/blocks-unsupported.m index 03ceddf383..b9ec336e2a 100644 --- a/test/CodeGenObjC/blocks-unsupported.m +++ b/test/CodeGenObjC/blocks-unsupported.m @@ -1,4 +1,4 @@ -// RUN: clang -fnext-runtime --emit-llvm -o %t %s -verify +// RUN: clang -fblocks -fnext-runtime --emit-llvm -o %t %s -verify @class Foo; @protocol P;