[gdb/testsuite] Fix tcl ERROR in gdb_load_no_complaints
authorTom de Vries <tdevries@suse.de>
Wed, 10 Feb 2021 10:43:46 +0000 (11:43 +0100)
committerTom de Vries <tdevries@suse.de>
Wed, 10 Feb 2021 10:43:46 +0000 (11:43 +0100)
commitee4c3d88019ed88c3110e22cda16891aed14f818
treebeedf71dfd843c914422c053ab4df38d9ffbfe2f
parent01e8b831f588e706ced57b57cc0ed05c14da61ea
[gdb/testsuite] Fix tcl ERROR in gdb_load_no_complaints

In commit cf2b2075299 "[gdb/symtab] Fix element type modification in
read_array_type" I factored out new proc with_complaints out of proc
gdb_load_no_complaints, but when fixing a rebase conflict pre-commit I made a
mistake in gdb_load_no_complaints that is now causing:
...
ERROR: tcl error sourcing dw2-ranges-psym.exp.
ERROR: can't read "save": no such variable
    while executing
"gdb_test_no_output "set complaints $save" """
    (procedure "gdb_load_no_complaints" line 14)
    invoked from within
"gdb_load_no_complaints $binfile"
...

Fix this by removing the offending line.

Tested on x86_64-linux.

gdb/testsuite/ChangeLog:

2021-02-10  Tom de Vries  <tdevries@suse.de>

* lib/gdb.exp (gdb_load_no_complaints): Remove unnecessary
"Restore saved setting of complaints".
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp
This page took 0.025574 seconds and 4 git commands to generate.