[gdb/testsuite] Fix tclint errors

Fix tclint errors in a few files.
This commit is contained in:
Tom de Vries 2026-07-18 00:30:57 +02:00
parent e24a099d14
commit 9ba5cdc868
2 changed files with 4 additions and 4 deletions

View file

@ -14,11 +14,11 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
standard_testfile
if [prepare_for_testing "failed to prepare" $testfile $srcfile] {
if {[prepare_for_testing "failed to prepare" $testfile $srcfile]} {
return
}
if ![runto_main] {
if {![runto_main]} {
return
}

View file

@ -17,14 +17,14 @@ load_lib mi-support.exp
set MIFLAGS "-i=mi"
gdb_exit
if [mi_gdb_start] {
if {[mi_gdb_start]} {
continue
}
standard_testfile
set opts {debug}
if [build_executable ${testfile}.exp ${testfile} ${srcfile} $opts] {
if {[build_executable ${testfile}.exp ${testfile} ${srcfile} $opts]} {
return
}