Update test case.

llvm-svn: 72694
This commit is contained in:
Daniel Dunbar 2009-06-01 17:27:37 +00:00
parent a8decaa7c2
commit 7614192d03
1 changed files with 1 additions and 1 deletions

View 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