aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-05-18 16:49:49 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-05-18 16:49:49 +0000
commit85a3b03f83f4072e3eda9f0ad40c08a0c28785d3 (patch)
tree55ac3ae8e7a5ee751ae55fb666130225aa86d457
parent4e60900ee11fcdc2161082859881f73fa27b6bbb (diff)
Improve test case a wee bit
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72014 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGenObjC/non-lazy-classes.m3
1 files changed, 3 insertions, 0 deletions
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