X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Ftestsuite%2Fobjc.dg%2Fclass-2.m;fp=gcc%2Ftestsuite%2Fobjc.dg%2Fclass-2.m;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=a4514f9290aff45a2fc7b41d3f3afe7b0cdc66e5;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/testsuite/objc.dg/class-2.m b/gcc/testsuite/objc.dg/class-2.m deleted file mode 100644 index a4514f92..00000000 --- a/gcc/testsuite/objc.dg/class-2.m +++ /dev/null @@ -1,15 +0,0 @@ -/* Test super classes. */ -/* { dg-do compile } */ - -@interface supclass1 -@end - -@interface supclass2 -@end - -@interface class1 : supclass1 -@end - -@implementation class1 : supclass2 -@end /* { dg-error "conflicting super class name" } */ -/* { dg-error "previous declaration" "" { target *-*-* } 14 } */