diff options
Diffstat (limited to 'test/SemaObjC/arc-retain-block-property.m')
-rw-r--r-- | test/SemaObjC/arc-retain-block-property.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/arc-retain-block-property.m b/test/SemaObjC/arc-retain-block-property.m index c7d04300..3b66d14 100644 --- a/test/SemaObjC/arc-retain-block-property.m +++ b/test/SemaObjC/arc-retain-block-property.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -fblocks -fobjc-arc -verify %s +// RUN: %clang_cc1 -fsyntax-only -fblocks -fobjc-arc -verify -Wno-objc-root-class %s // rdar://9829425 extern void doSomething(); |