aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/property-and-class-extension.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-and-class-extension.m')
-rw-r--r--test/SemaObjC/property-and-class-extension.m2
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 926538af61c9..7040078416cd 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-abi -verify %s
+// RUN: %clang_cc1 -fsyntax-only -verify %s
/**
When processing @synthesize, treat ivars in a class extension the same as ivars in the class @interface,