]> granicus.if.org Git - clang/commitdiff
Added -fblocks to the test's options.
authorFariborz Jahanian <fjahanian@apple.com>
Fri, 22 May 2009 20:06:10 +0000 (20:06 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Fri, 22 May 2009 20:06:10 +0000 (20:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72274 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/nsobject-attribute-1.m

index 9528a865f705b61d57452c6a5c048f1bb030b843..d1f673a9fba9ce108439882689374b04c64cb9c4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang-cc -fblocks -fsyntax-only -verify %s
 
 @interface NSObject
 - (id)self;