summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/narrow-property-type-in-cont-class.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/SemaObjC/narrow-property-type-in-cont-class.m')
-rw-r--r--test/SemaObjC/narrow-property-type-in-cont-class.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/narrow-property-type-in-cont-class.m b/test/SemaObjC/narrow-property-type-in-cont-class.m
index 3ba848f..0f73b1e 100644
--- a/test/SemaObjC/narrow-property-type-in-cont-class.m
+++ b/test/SemaObjC/narrow-property-type-in-cont-class.m
@@ -14,6 +14,6 @@
@interface GKTurnBasedMatchMakerKVO ()
@property(nonatomic,readwrite,retain) NSMutableArray* outline;
-@property(nonatomic,readwrite,retain) NSArray* err_outline; // expected-error {{type of property 'NSArray *' in continuation class does not match property type in primary class}}
+@property(nonatomic,readwrite,retain) NSArray* err_outline; // expected-error {{type of property 'NSArray *' in class extension does not match property type in primary class}}
@end
OpenPOWER on IntegriCloud