diff options
Diffstat (limited to 'test/SemaObjC/property-4.m')
-rw-r--r-- | test/SemaObjC/property-4.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SemaObjC/property-4.m b/test/SemaObjC/property-4.m index 2168048800ac..49f0958fb219 100644 --- a/test/SemaObjC/property-4.m +++ b/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 |