diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/solib-corrupted.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/solib-corrupted.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/solib-corrupted.exp b/gdb/testsuite/gdb.base/solib-corrupted.exp index 5a0c52d45c8..741984c5be2 100644 --- a/gdb/testsuite/gdb.base/solib-corrupted.exp +++ b/gdb/testsuite/gdb.base/solib-corrupted.exp @@ -26,7 +26,7 @@ if ![runto_main] { return } -gdb_test "info sharedlibrary" "" "normal list" +gdb_test "info sharedlibrary" "From * To .*" "normal list" # GDB checks there for matching L_PREV. set test "make solibs looping" |