summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/property-and-ivar-use.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/property-and-ivar-use.m')
-rw-r--r--test/SemaObjC/property-and-ivar-use.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-and-ivar-use.m b/test/SemaObjC/property-and-ivar-use.m
index b9235c1..70e5534 100644
--- a/test/SemaObjC/property-and-ivar-use.m
+++ b/test/SemaObjC/property-and-ivar-use.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
// Do not issue error if 'ivar' used previously belongs to the inherited class
// and has same name as @dynalic property in current class.
OpenPOWER on IntegriCloud