diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/catch-load.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/catch-load.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/catch-load.exp b/gdb/testsuite/gdb.base/catch-load.exp index 69a9407..5908e32 100644 --- a/gdb/testsuite/gdb.base/catch-load.exp +++ b/gdb/testsuite/gdb.base/catch-load.exp @@ -51,7 +51,7 @@ proc one_catch_load_test {scenario kind match sostop} { global decimal gdb_prompt clean_restart $testfile - gdb_load_shlibs $binfile2 + gdb_load_shlib $binfile2 if {![runto_main]} { fail "can't run to main" |