diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-03-01 02:20:08 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-03-01 02:20:08 +0000 |
commit | ce2b4cc61b129b034dc66bb859deef03888073e2 (patch) | |
tree | 3a4bf03d2965603e6e69c05e69cd41d5b8e82b33 | |
parent | 554d6caff0c4fc8fed336e6f7d81cf51d1658d25 (diff) |
This test requires blocks.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65754 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGenObjC/blocks-unsupported.m | 2 |
1 files changed, 1 insertions, 1 deletions
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; |