]> granicus.if.org Git - clang/commitdiff
Update test case.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 1 Jun 2009 17:27:37 +0000 (17:27 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 1 Jun 2009 17:27:37 +0000 (17:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72694 91177308-0d34-0410-b5e6-96231b3b80d8

test/SemaObjC/property-7.m

index 5812b97427aacf763a3cb5249bf52fae7ef15aeb..99c16cef73d80f136d85f6b6dd938f4beb5b096e 100644 (file)
@@ -28,7 +28,7 @@ typedef struct _NSZone NSZone;
 
 @implementation SCMNode
   @synthesize name = _name;
-  - (void) setParent:(SCMNode*) inParent {
+  - (void) setParent:(SCMObject *__attribute__((objc_gc(weak)))) inParent {
     super.parent = inParent;
   }
 @end