diff options
Diffstat (limited to 'test/SemaObjC/error-implicit-property.m')
-rw-r--r-- | test/SemaObjC/error-implicit-property.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/error-implicit-property.m b/test/SemaObjC/error-implicit-property.m index ea0587a..7e795c7 100644 --- a/test/SemaObjC/error-implicit-property.m +++ b/test/SemaObjC/error-implicit-property.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify %s +// RUN: %clang_cc1 -Wno-objc-root-class -verify %s // rdar://11273060 @interface I |