Commit 56d410bb by Jim Wilson Committed by Jim Wilson

Fix noncompile/940510-1.c testsuite failures.

	* noncompile/noncompile.exp: For 940510-1.c, change compiler_output
	to look for one error message instead of two.

From-SVN: r30108
parent 417d348c
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
......
......@@ -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}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment