OSDN Git Service

Fix noncompile/940510-1.c testsuite failures.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 1999 23:20:01 +0000 (23:20 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 20 Oct 1999 23:20:01 +0000 (23:20 +0000)
* noncompile/noncompile.exp: For 940510-1.c, change compiler_output
to look for one error message instead of two.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@30108 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/gcc.c-torture/ChangeLog
gcc/testsuite/gcc.c-torture/noncompile/noncompile.exp

index fec03d0..bbd2331 100644 (file)
@@ -1,3 +1,8 @@
+Wed Oct 20 16:18:23 1999  Jim Wilson  <wilson@cygnus.com>
+
+       * noncompile/noncompile.exp: For 940510-1.c, change compiler_output
+       to look for one error message instead of two.
+
 1999-10-13  Brendan Kehoe  <brendan@cygnus.com>
 
        * execute/memcheck/memcheck.exp: Make sure a remote
index 80a5487..f75cb10 100644 (file)
@@ -195,7 +195,7 @@ postbase_with_opts $src_code $run $groups
 prebase
 
 set src_code 940510-1.c
-set compiler_output ".*:1.*:1"
+set compiler_output ".*:1"
 
 set groups {passed gcc-noncompile}