* gdb.base/break-interp.exp (reach): Relax expected output a bit.

This commit is contained in:
Doug Evans 2010-06-28 16:54:11 +00:00
parent dc898d5e26
commit de6a04210c
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-06-28 Doug Evans <dje@google.com>
* gdb.base/break-interp.exp (reach): Relax expected output a bit.
2010-06-27 Doug Evans <dje@google.com>
* gdb.cp/m-static.exp: Update expected test output.

View File

@ -252,7 +252,7 @@ proc reach {func command displacement} {
-re "Breakpoint \[0-9\]+, $func \\(.*\\) at .*:\[0-9\]+\r\n.*$gdb_prompt $" {
pass $test
}
-re "Breakpoint \[0-9\]+, \[0-9xa-f\]+ in $func \\(\\)( from .*)?\r\n$gdb_prompt $" {
-re "Breakpoint \[0-9\]+, \[0-9xa-f\]+ in $func \\(\\).*\r\n$gdb_prompt $" {
pass $test
}
}