Fix noncompile/940510-1.c testsuite failures.
authorJim Wilson <wilson@cygnus.com>
Wed, 20 Oct 1999 23:20:01 +0000 (23:20 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Wed, 20 Oct 1999 23:20:01 +0000 (16:20 -0700)
* noncompile/noncompile.exp: For 940510-1.c, change compiler_output
to look for one error message instead of two.

From-SVN: r30108

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

index fec03d0bed4b002cb60b83a67c825cb88cba104c..bbd2331259eeb0c131879ee61027dbcb6aa62005 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 80a5487c203c66cee7e5f0c92ff9b8d2554053af..f75cb10dcccc94b51b17e7c790c051cbdd4ac0d7 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}