diff options
Diffstat (limited to 'clang/test/SemaObjC/property-in-class-extension.m')
| -rw-r--r-- | clang/test/SemaObjC/property-in-class-extension.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/SemaObjC/property-in-class-extension.m b/clang/test/SemaObjC/property-in-class-extension.m index 53210fc34bf..6ae0b8148a3 100644 --- a/clang/test/SemaObjC/property-in-class-extension.m +++ b/clang/test/SemaObjC/property-in-class-extension.m @@ -9,7 +9,7 @@ void FUNC () { Foo *foo; - foo.bar = 0; // expected-error {{assignment to readonly property}} + foo.bar = 0; // expected-error {{assigning to property with 'readonly' attribute not allowed}} } // rdar://8747333 |

