commit | 85a3b03f83f4072e3eda9f0ad40c08a0c28785d3 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Mon May 18 16:49:49 2009 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Mon May 18 16:49:49 2009 +0000 |
tree | 55ac3ae8e7a5ee751ae55fb666130225aa86d457 | |
parent | 4e60900ee11fcdc2161082859881f73fa27b6bbb [diff] [blame] |
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 1734f5a..079cc40 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