diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2009-05-18 16:49:49 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2009-05-18 16:49:49 +0000 |
| commit | f811647c27a51efbd1ff70e6355820b261df37f9 (patch) | |
| tree | 82dac9fc419c92b3394c94b73bd9c3b18a2b4f4d /clang/test/CodeGenObjC | |
| parent | 29f36b4c9a31593276be5c00c8af02a7f2082de4 (diff) | |
| download | bcm5719-llvm-f811647c27a51efbd1ff70e6355820b261df37f9.tar.gz bcm5719-llvm-f811647c27a51efbd1ff70e6355820b261df37f9.zip | |
Improve test case a wee bit
llvm-svn: 72014
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/non-lazy-classes.m | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/clang/test/CodeGenObjC/non-lazy-classes.m b/clang/test/CodeGenObjC/non-lazy-classes.m index 1734f5ae3fc..079cc40886f 100644 --- a/clang/test/CodeGenObjC/non-lazy-classes.m +++ b/clang/test/CodeGenObjC/non-lazy-classes.m @@ -28,3 +28,6 @@ } @end +@interface C : A @end +@implementation C +@end |

