From: Tom de Vries Date: Fri, 12 Sep 2025 13:11:30 +0000 (+0200) Subject: [gdb/testsuite, tclint] Fix gdb.objc X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d162fc13f9d75c5d7413d9b162bba36bc944bce8;p=thirdparty%2Fbinutils-gdb.git [gdb/testsuite, tclint] Fix gdb.objc Running tclint on the test-cases in gdb.opt shows a problem. Fix it. Tested on aarch64-linux. --- diff --git a/gdb/testsuite/gdb.objc/print.exp b/gdb/testsuite/gdb.objc/print.exp index c18bf29f78b..e3f4177d997 100644 --- a/gdb/testsuite/gdb.objc/print.exp +++ b/gdb/testsuite/gdb.objc/print.exp @@ -59,7 +59,7 @@ proc test_float_rejected {} { clean_restart -if [set_lang_objc] { +if { [set_lang_objc] } { test_float_accepted test_float_rejected } else {