diff options
Diffstat (limited to 'test/Analysis/ObjCProperties.m')
-rw-r--r-- | test/Analysis/ObjCProperties.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Analysis/ObjCProperties.m b/test/Analysis/ObjCProperties.m index 03eefc23fe..f207475bd6 100644 --- a/test/Analysis/ObjCProperties.m +++ b/test/Analysis/ObjCProperties.m @@ -8,7 +8,7 @@ id _X; } - (id)initWithY:(id)Y; -@property(copy, readonly) id X; +@property(copy, readwrite) id X; @end @implementation MyClass |