diff options
| author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-24 04:38:08 +0000 |
|---|---|---|
| committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-08-24 04:38:08 +0000 |
| commit | 7b3440ce4f9717ba12b8bbd753db86111ff3788d (patch) | |
| tree | 7b05e7777d2fe1945308d8f535ac70cd59e0de95 | |
| parent | c03ae99612dd048a25863d4d9767d31ec46fcfba (diff) | |
| download | ppe42-gcc-7b3440ce4f9717ba12b8bbd753db86111ff3788d.tar.gz ppe42-gcc-7b3440ce4f9717ba12b8bbd753db86111ff3788d.zip | |
oops
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@35933 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 c5d6fb23a89..ef291e328c0 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 |

