From d162fc13f9d75c5d7413d9b162bba36bc944bce8 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Fri, 12 Sep 2025 15:11:30 +0200 Subject: [PATCH] [gdb/testsuite, tclint] Fix gdb.objc Running tclint on the test-cases in gdb.opt shows a problem. Fix it. Tested on aarch64-linux. --- gdb/testsuite/gdb.objc/print.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.47.3