noncompile.exp (951025-1.c): Accept an error message on line 1 or line 2; cccp and cpplib do this differently.

1999-03-01 Zack Weinberg  <zack@rabi.columbia.edu>
	* noncompile/noncompile.exp (951025-1.c): Accept an error
	message on line 1 or line 2; cccp and cpplib do this differently.

From-SVN: r25512
This commit is contained in:
Zack Weinberg 1999-03-01 07:10:45 +00:00 committed by Zack Weinberg
parent d6d32ef98c
commit d45c91d3a2
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
1999-03-01 Zack Weinberg <zack@rabi.columbia.edu>
* noncompile/noncompile.exp (951025-1.c): Accept an error
message on line 1 or line 2; cccp and cpplib do this differently.
1999-02-03 Nick Clifton <nickc@cygnus.com>
* execute/memcheck/blkarg.c (foo): Use 10 leading arguments in

View File

@ -225,7 +225,7 @@ postbase $src_code $run $groups
# Test 951025-1.c
prebase
set src_code 951025-1.c
set compiler_output ".*:2:"
set compiler_output ".*:[12]:"
set groups {passed gcc-noncompile}