diff options
| author | Jason Merrill <jason@gcc.gnu.org> | 2000-08-24 00:38:08 -0400 |
|---|---|---|
| committer | Jason Merrill <jason@gcc.gnu.org> | 2000-08-24 00:38:08 -0400 |
| commit | 80d710d2ff4415501a473c38e006eaec71dc42a6 (patch) | |
| tree | 7b05e7777d2fe1945308d8f535ac70cd59e0de95 | |
| parent | 2f1e6e0d11f7e7d6b57d6bf88e00db38d237864c (diff) | |
| download | gcc-80d710d2ff4415501a473c38e006eaec71dc42a6.zip gcc-80d710d2ff4415501a473c38e006eaec71dc42a6.tar.gz gcc-80d710d2ff4415501a473c38e006eaec71dc42a6.tar.bz2 | |
oops
From-SVN: r35933
| -rw-r--r-- | gcc/testsuite/lib/old-dejagnu.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/old-dejagnu.exp b/gcc/testsuite/lib/old-dejagnu.exp index c5d6fb2..ef291e3 100644 --- a/gcc/testsuite/lib/old-dejagnu.exp +++ b/gcc/testsuite/lib/old-dejagnu.exp @@ -526,7 +526,7 @@ proc old-dejagnu { compiler prog name cflagsx default_cflags libs } { #look to see if this is all thats left, if so, all messages have been handled #send_user "comp_output: $comp_output\n" - regsub -all "(^|\n)\[^\n\]*: In ((member)? function|method) \[^\n\]*" $comp_output "" comp_output + regsub -all "(^|\n)\[^\n\]*: In ((member )?function|method) \[^\n\]*" $comp_output "" comp_output regsub -all "(^|\n)\[^\n\]*: In instantiation of \[^\n\]*" $comp_output "" comp_output regsub -all "(^|\n)\[^\n\]*: instantiated from \[^\n\]*" $comp_output "" comp_output regsub -all "(^|\n)\[^\n\]*: At top level:\[^\n\]*" $comp_output "" comp_output |
