commit | 86f960143c73f573919255c4465de71f85793c2e | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Fri Jan 20 19:15:02 2012 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Fri Jan 20 19:15:02 2012 +0000 |
tree | 71376c28974caf6d6208f05bd3ce326b8b6de1ca | |
parent | afb51afd986384d88161ff0f8a4731847236126a [diff] [blame] |
arc migrator: replace "retain" attribute with "strong" which have same semantics in mrr as well as arr. // rdar://10688312 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148559 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/ARCMT/releases.m.result b/test/ARCMT/releases.m.result index 2b6240b..556610a 100644 --- a/test/ARCMT/releases.m.result +++ b/test/ARCMT/releases.m.result
@@ -20,7 +20,7 @@ @interface Foo : NSObject { id bar; } -@property id bar; +@property (strong) id bar; -(void)test:(id)obj; @end