[cfe-commits] r72014 - /cfe/trunk/test/CodeGenObjC/non-lazy-classes.m

Daniel Dunbar daniel at zuster.org
Mon May 18 09:49:49 PDT 2009


Author: ddunbar
Date: Mon May 18 11:49:49 2009
New Revision: 72014

URL: http://llvm.org/viewvc/llvm-project?rev=72014&view=rev
Log:
Improve test case a wee bit

Modified:
    cfe/trunk/test/CodeGenObjC/non-lazy-classes.m

Modified: cfe/trunk/test/CodeGenObjC/non-lazy-classes.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenObjC/non-lazy-classes.m?rev=72014&r1=72013&r2=72014&view=diff

==============================================================================
--- cfe/trunk/test/CodeGenObjC/non-lazy-classes.m (original)
+++ cfe/trunk/test/CodeGenObjC/non-lazy-classes.m Mon May 18 11:49:49 2009
@@ -28,3 +28,6 @@
 }
 @end
 
+ at interface C : A @end
+ at implementation C
+ at end





More information about the cfe-commits mailing list