* [pushed] [gdb/testsuite] Fix tclint error in gdb.rocm/symbol-lookup.exp
@ 2026-09-04 20:06 Tom de Vries
0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2026-09-04 20:06 UTC (permalink / raw)
To: gdb-patches
Fix:
...
tclint..................................................................Failed
- hook id: tclint
- exit code: 1
gdb/testsuite/gdb.rocm/symbol-lookup.exp:131:2: expected braced word or word \
without substitutions in argument interpreted as expr [command-args]
...
---
gdb/testsuite/gdb.rocm/symbol-lookup.exp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gdb/testsuite/gdb.rocm/symbol-lookup.exp b/gdb/testsuite/gdb.rocm/symbol-lookup.exp
index 1eb658a3e4c..ce74e74177a 100644
--- a/gdb/testsuite/gdb.rocm/symbol-lookup.exp
+++ b/gdb/testsuite/gdb.rocm/symbol-lookup.exp
@@ -128,7 +128,7 @@ proc do_test {} {
"set args"
with_rocm_gpu_lock {
- if ![runto_main] {
+ if {![runto_main]} {
return
}
base-commit: 822c4cd732ce0b6a76f5b4c3317f6aaa5dca09c6
--
2.51.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-04 20:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-04 20:06 [pushed] [gdb/testsuite] Fix tclint error in gdb.rocm/symbol-lookup.exp Tom de Vries
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox