diff options
Diffstat (limited to 'test/SemaObjC/property-and-class-extension.m')
-rw-r--r-- | test/SemaObjC/property-and-class-extension.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-and-class-extension.m b/test/SemaObjC/property-and-class-extension.m index 51bf8de..926538a 100644 --- a/test/SemaObjC/property-and-class-extension.m +++ b/test/SemaObjC/property-and-class-extension.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -fsyntax-only -fobjc-nonfragile-abi2 -verify %s +// RUN: %clang_cc1 -fsyntax-only -fobjc-nonfragile-abi -verify %s /** When processing @synthesize, treat ivars in a class extension the same as ivars in the class @interface, |