objc.dg: New directory.
[gcc.git] / gcc / testsuite / objc.dg / const-str-2.m
1 /* Test the -fconstant-string-class flag error. */
2 /* { dg-do compile } */
3 /* { dg-options "-fconstant-string-class" } */
4
5 { dg-error "no class name specified as argument to -fconstant-string-class" "" { target *-*-* } 0 }
6
7 int foo () {}
8
9 /* Seem bogus, should investigate some day. */
10 /* { dg-error "parse error" "" { target *-*-* } 5 } */