[cfe-commits] r72274 - /cfe/trunk/test/SemaObjC/nsobject-attribute-1.m

Fariborz Jahanian fjahanian at apple.com
Fri May 22 13:06:11 PDT 2009


Author: fjahanian
Date: Fri May 22 15:06:10 2009
New Revision: 72274

URL: http://llvm.org/viewvc/llvm-project?rev=72274&view=rev
Log:
Added -fblocks to the test's options.

Modified:
    cfe/trunk/test/SemaObjC/nsobject-attribute-1.m

Modified: cfe/trunk/test/SemaObjC/nsobject-attribute-1.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/nsobject-attribute-1.m?rev=72274&r1=72273&r2=72274&view=diff

==============================================================================
--- cfe/trunk/test/SemaObjC/nsobject-attribute-1.m (original)
+++ cfe/trunk/test/SemaObjC/nsobject-attribute-1.m Fri May 22 15:06:10 2009
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -verify %s
+// RUN: clang-cc -fblocks -fsyntax-only -verify %s
 
 @interface NSObject
 - (id)self;





More information about the cfe-commits mailing list