]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/objc.dg/const-str-1.m
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / objc.dg / const-str-1.m
diff --git a/gcc/testsuite/objc.dg/const-str-1.m b/gcc/testsuite/objc.dg/const-str-1.m
deleted file mode 100644 (file)
index 145c1b3..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-/* Test errors for constant strings.  */
-/* { dg-do compile } */
-/* { dg-options "-fgnu-runtime" } */
-
-void foo()
-{
-  baz(@"hiya");  /* { dg-error "annot find interface declaration" } */
-}
-
-@interface NXConstantString
-@end
-
-void bar()
-{
-  baz(@"howdah");
-}