From: Daniel Dunbar Date: Mon, 18 May 2009 16:49:49 +0000 (+0000) Subject: Improve test case a wee bit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85a3b03f83f4072e3eda9f0ad40c08a0c28785d3;p=clang Improve test case a wee bit git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72014 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGenObjC/non-lazy-classes.m b/test/CodeGenObjC/non-lazy-classes.m index 1734f5ae3f..079cc40886 100644 --- a/test/CodeGenObjC/non-lazy-classes.m +++ b/test/CodeGenObjC/non-lazy-classes.m @@ -28,3 +28,6 @@ } @end +@interface C : A @end +@implementation C +@end