diff options
Diffstat (limited to 'test/SemaObjC/method-attributes.m')
-rw-r--r-- | test/SemaObjC/method-attributes.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/method-attributes.m b/test/SemaObjC/method-attributes.m index b2472a46bf..f7252af1f1 100644 --- a/test/SemaObjC/method-attributes.m +++ b/test/SemaObjC/method-attributes.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -verify -fsyntax-only %s +// RUN: %clang_cc1 -verify -fsyntax-only -Wno-objc-root-class %s @class NSString; |