diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-05-22 20:06:10 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-05-22 20:06:10 +0000 |
commit | 101a0b7205522530762ca5cef4e737e07dad5ffd (patch) | |
tree | ec6450d90ee4189553467bc4415ab60139ab4a6d | |
parent | cc0442fa28e5d1f403f820dcdee49911c3e622a9 (diff) |
Added -fblocks to the test's options.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72274 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/SemaObjC/nsobject-attribute-1.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/nsobject-attribute-1.m b/test/SemaObjC/nsobject-attribute-1.m index 9528a865f7..d1f673a9fb 100644 --- a/test/SemaObjC/nsobject-attribute-1.m +++ b/test/SemaObjC/nsobject-attribute-1.m @@ -1,4 +1,4 @@ -// RUN: clang-cc -fsyntax-only -verify %s +// RUN: clang-cc -fblocks -fsyntax-only -verify %s @interface NSObject - (id)self; |