diff options
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.base/info-types.exp.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.base/info-types.exp.tcl b/gdb/testsuite/gdb.base/info-types.exp.tcl index 42dccf6..b68a95c 100644 --- a/gdb/testsuite/gdb.base/info-types.exp.tcl +++ b/gdb/testsuite/gdb.base/info-types.exp.tcl @@ -32,6 +32,7 @@ proc run_test { lang } { "${testfile}" $srcfile "debug $lang"]} { return -1 } + gdb_test_no_output "set auto-solib-add off" if ![runto_main] then { return 0 |