diff options
Diffstat (limited to 'test/FrontendObjC/2010-02-23-DbgInheritance.m')
-rw-r--r-- | test/FrontendObjC/2010-02-23-DbgInheritance.m | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/FrontendObjC/2010-02-23-DbgInheritance.m b/test/FrontendObjC/2010-02-23-DbgInheritance.m deleted file mode 100644 index 7e1cf67..0000000 --- a/test/FrontendObjC/2010-02-23-DbgInheritance.m +++ /dev/null @@ -1,9 +0,0 @@ -// RUN: %llvmgcc %s -S -g -o - | grep -v DW_TAG_member -// Interface P should not be a member of interface I in debug info. -@interface P -@end - -@interface I : P -@end - -void fn(I *iptr) {} |