summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/property-4.m
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/SemaObjC/property-4.m')
-rw-r--r--clang/test/SemaObjC/property-4.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/property-4.m b/clang/test/SemaObjC/property-4.m
index 2168048800a..49f0958fb21 100644
--- a/clang/test/SemaObjC/property-4.m
+++ b/clang/test/SemaObjC/property-4.m
@@ -24,6 +24,6 @@
int newO;
int oldO;
}
-@property (retain) id MayCauseError; // expected-warning {{property 'MayCauseError' 'copy' attribute does not match the property inherited from 'ProtocolObject'}}
+@property (retain) id MayCauseError; // expected-warning {{'copy' attribute on property 'MayCauseError' does not match the property inherited from 'ProtocolObject'}}
@end
OpenPOWER on IntegriCloud