]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/objc.dg/alias.m
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / objc.dg / alias.m
diff --git a/gcc/testsuite/objc.dg/alias.m b/gcc/testsuite/objc.dg/alias.m
deleted file mode 100644 (file)
index a57d032..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-/* Test alias warnings.  */
-/* { dg-do compile } */
-
-@compatibility_alias class1 class2; /* { dg-warning "annot find class" } */
-
-@interface class3;
-@end
-
-@interface class4;
-@end
-
-@compatibility_alias class4 class3;  /* { dg-warning "lass" "already exists" } */