aboutsummaryrefslogtreecommitdiff
path: root/test/ARCMT/GC-no-finalize-removal.m
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-02-25 01:57:42 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-02-25 01:57:42 +0000
commit63787f0343ab3546a5346a833e2f7485779f17e2 (patch)
treef67dc23d5a8a831ef2757b043146c5414f66cc45 /test/ARCMT/GC-no-finalize-removal.m
parenta66eccbf1f26a2a48c59b6e733dde9c79c19f0df (diff)
[arcmt] GC migrator: don't try to remove redundant __strong, it does
more harm than good. Fixes rdar://10522805&10521433 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151424 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ARCMT/GC-no-finalize-removal.m')
-rw-r--r--test/ARCMT/GC-no-finalize-removal.m4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/ARCMT/GC-no-finalize-removal.m b/test/ARCMT/GC-no-finalize-removal.m
index d9739376f2..14e8602446 100644
--- a/test/ARCMT/GC-no-finalize-removal.m
+++ b/test/ARCMT/GC-no-finalize-removal.m
@@ -12,9 +12,7 @@ void test1(CFTypeRef *cft) {
id x = NSMakeCollectable(cft);
}
-@interface I1 {
- __strong I1 *myivar;
-}
+@interface I1
@end
@implementation I1