* [pushed] [gdb/testsuite] Fix tclint errors in gdb.dwarf2/fission-dw-form-strx.exp
@ 2026-04-28 6:37 Tom de Vries
0 siblings, 0 replies; only message in thread
From: Tom de Vries @ 2026-04-28 6:37 UTC (permalink / raw)
To: gdb-patches
Fix two "expected braced word or word without substitutions in argument
interpreted as expr [command-args]" in gdb.dwarf2/fission-dw-form-strx.exp.
---
gdb/testsuite/gdb.dwarf2/fission-dw-form-strx.exp | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gdb/testsuite/gdb.dwarf2/fission-dw-form-strx.exp b/gdb/testsuite/gdb.dwarf2/fission-dw-form-strx.exp
index 313e4eafe76..c2ca03a6693 100644
--- a/gdb/testsuite/gdb.dwarf2/fission-dw-form-strx.exp
+++ b/gdb/testsuite/gdb.dwarf2/fission-dw-form-strx.exp
@@ -18,7 +18,7 @@
load_lib dwarf.exp
# We run objcopy locally to split out the .dwo file.
-if [is_remote host] {
+if {[is_remote host]} {
return 0
}
@@ -75,9 +75,9 @@ Dwarf::assemble $asm_file {
# Build the executable and extract the .dwo file using objcopy.
set obj [standard_output_file "${testfile}-dw.o"]
-if [build_executable_and_dwo_files "$testfile.exp" "${binfile}" {nodebug} \
- [list $asm_file [list nodebug split-dwo] $obj] \
- [list $srcfile [list nodebug]]] {
+if {[build_executable_and_dwo_files "$testfile.exp" "${binfile}" {nodebug} \
+ [list $asm_file [list nodebug split-dwo] $obj] \
+ [list $srcfile [list nodebug]]]} {
return -1
}
base-commit: 29a427b5ccafec13cdaa2b5c27d850e9e99b9125
--
2.51.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-04-28 6:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-04-28 6:37 [pushed] [gdb/testsuite] Fix tclint errors in gdb.dwarf2/fission-dw-form-strx.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