diff options
Diffstat (limited to 'gdb/testsuite/gdb.linespec/linespec.exp')
-rw-r--r-- | gdb/testsuite/gdb.linespec/linespec.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.linespec/linespec.exp b/gdb/testsuite/gdb.linespec/linespec.exp index 6dba93e..f1de642 100644 --- a/gdb/testsuite/gdb.linespec/linespec.exp +++ b/gdb/testsuite/gdb.linespec/linespec.exp @@ -210,7 +210,7 @@ gdb_test "inferior 2" "Switching to inferior 2 .*" \ # Note that in particular this should not cause errors when re-setting # breakpoints. gdb_test "file $binfile" \ - "Reading symbols from .*done." \ + "Reading symbols from .*" \ "set the new inferior file for linespec tests" gdb_test "break main" \ |