diff options
-rw-r--r-- | gdb/testsuite/gdb.base/unload.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/unload.exp b/gdb/testsuite/gdb.base/unload.exp index a041dde..6033203 100644 --- a/gdb/testsuite/gdb.base/unload.exp +++ b/gdb/testsuite/gdb.base/unload.exp @@ -119,7 +119,7 @@ gdb_breakpoint "$testfile.c:[gdb_get_line_number "y-set-1" $testfile.c]" tempora gdb_test "continue" \ "Continuing.*warning: Temporarily disabling breakpoints for.*${lib_syms}.*y-set-1.*" \ -"continuing to unloaded libfile" +"continuing to unloaded libfile, two" set unloadshr_line2 [gdb_get_line_number "unloadshr2 break" ${libsrcfile2}] |