[cfe-commits] r72694 - /cfe/trunk/test/SemaObjC/property-7.m

Daniel Dunbar daniel at zuster.org
Mon Jun 1 10:27:40 PDT 2009


Author: ddunbar
Date: Mon Jun  1 12:27:37 2009
New Revision: 72694

URL: http://llvm.org/viewvc/llvm-project?rev=72694&view=rev
Log:
Update test case.

Modified:
    cfe/trunk/test/SemaObjC/property-7.m

Modified: cfe/trunk/test/SemaObjC/property-7.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/SemaObjC/property-7.m?rev=72694&r1=72693&r2=72694&view=diff

==============================================================================
--- cfe/trunk/test/SemaObjC/property-7.m (original)
+++ cfe/trunk/test/SemaObjC/property-7.m Mon Jun  1 12:27:37 2009
@@ -28,7 +28,7 @@
 
 @implementation SCMNode
   @synthesize name = _name;
-  - (void) setParent:(SCMNode*) inParent {
+  - (void) setParent:(SCMObject *__attribute__((objc_gc(weak)))) inParent {
     super.parent = inParent;
   }
 @end





More information about the cfe-commits mailing list