* gdb.base/break-interp.exp (reach): Relax expected output a bit.
authorDoug Evans <dje@google.com>
Mon, 28 Jun 2010 16:54:11 +0000 (16:54 +0000)
committerDoug Evans <dje@google.com>
Mon, 28 Jun 2010 16:54:11 +0000 (16:54 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/break-interp.exp

index 92adac6..e046539 100644 (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.
index b6181f8..7500a0a 100644 (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
            }
        }