diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/objc.dg/const-str-2.m | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 8589848..2681b7f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2002-05-23 Neil Booth <neil@daikokuya.demon.co.uk> + + * objc.dg/const-str-2.m: Update now that we stop after + a command line error. + 2002-05-22 Richard Henderson <rth@redhat.com> * g++.dg/dg.exp: Fix typo in test pruneing. diff --git a/gcc/testsuite/objc.dg/const-str-2.m b/gcc/testsuite/objc.dg/const-str-2.m index 39e703b..9d51b42 100644 --- a/gcc/testsuite/objc.dg/const-str-2.m +++ b/gcc/testsuite/objc.dg/const-str-2.m @@ -5,6 +5,3 @@ { dg-error "no class name specified as argument to -fconstant-string-class" "" { target *-*-* } 0 } void foo () {} - -/* Seem bogus, should investigate some day. */ -/* { dg-error "parse error" "" { target *-*-* } 5 } */ |