Added -fblocks to the test's options.

llvm-svn: 72274
This commit is contained in:
Fariborz Jahanian 2009-05-22 20:06:10 +00:00
parent c63428b192
commit 162af638a9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// RUN: clang-cc -fsyntax-only -verify %s
// RUN: clang-cc -fblocks -fsyntax-only -verify %s
@interface NSObject
- (id)self;