diff options
author | Neil Booth <neil@daikokuya.demon.co.uk> | 2002-05-23 05:55:38 +0000 |
---|---|---|
committer | Neil Booth <neil@gcc.gnu.org> | 2002-05-23 05:55:38 +0000 |
commit | e67a7860dc6e7e763e1149e3c77b5d00d69a678a (patch) | |
tree | 8475703550818dc047c3f9b3eccc119fff061fc2 | |
parent | 0e07aff3464497cde5a8f24fe1f4571e8499750a (diff) | |
download | gcc-e67a7860dc6e7e763e1149e3c77b5d00d69a678a.zip gcc-e67a7860dc6e7e763e1149e3c77b5d00d69a678a.tar.gz gcc-e67a7860dc6e7e763e1149e3c77b5d00d69a678a.tar.bz2 |
const-str-2.m: Update now that we stop after a command line error.
testsuite:
* objc.dg/const-str-2.m: Update now that we stop after
a command line error.
From-SVN: r53764
-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 } */ |