This test requires blocks.

llvm-svn: 65754
This commit is contained in:
Daniel Dunbar 2009-03-01 02:20:08 +00:00
parent 3113eedc8a
commit 53f12b11dc
1 changed files with 1 additions and 1 deletions

View File

@ -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;