diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-23 05:55:38 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-05-23 05:55:38 +0000 |
commit | 59e169117fd398179e05c29759810b7498b674d9 (patch) | |
tree | 8475703550818dc047c3f9b3eccc119fff061fc2 | |
parent | a3c9b3b692d4c6436b41608c15933a54354d8685 (diff) | |
download | gcc-59e169117fd398179e05c29759810b7498b674d9.tar.gz |
testsuite:
* objc.dg/const-str-2.m: Update now that we stop after
a command line error.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53764 138bc75d-0d04-0410-961f-82ee72b054a4
-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 85898485ffd..2681b7f92ab 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 39e703bae1a..9d51b425689 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 } */ |