diff options
Diffstat (limited to 'test/ARCMT/GC-no-arc-runtime.m.result')
-rw-r--r-- | test/ARCMT/GC-no-arc-runtime.m.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ARCMT/GC-no-arc-runtime.m.result b/test/ARCMT/GC-no-arc-runtime.m.result index 8493b0de7b..983af62c4a 100644 --- a/test/ARCMT/GC-no-arc-runtime.m.result +++ b/test/ARCMT/GC-no-arc-runtime.m.result @@ -26,7 +26,7 @@ void test1(CFTypeRef *cft) { @end @interface I2 -@property id prop; +@property (strong) id prop; @end @implementation I2 |