[binutils-gdb] [gdb/testsuite] Fix unopened-quote errors (part 1)
Tom de Vries via Gdb-cvs <[email protected]>
| Newsgroups | gmane.comp.gdb.cvs |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8d37de33caeeb5c9bd57d90006623eb2ad975777 commit 8d37de33caeeb5c9bd57d90006623eb2ad975777 Author: Tom de Vries <[email protected]> Date: Tue Mar 24 16:29:17 2026 +0100 [gdb/testsuite] Fix unopened-quote errors (part 1) Fix tclint unopened-quote error by adding a missing space. Approved-By: Tom Tromey <[email protected]> Diff: --- gdb/testsuite/gdb.base/maint-info-inline-frames-and-blocks.exp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/gdb.base/maint-info-inline-frames-and-blocks.exp b/gdb/testsuite/gdb.base/maint-info-inline-frames-and-blocks.exp index 897ce3a40d5..e672e0b67bf 100644 --- a/gdb/testsuite/gdb.base/maint-info-inline-frames-and-blocks.exp +++ b/gdb/testsuite/gdb.base/maint-info-inline-frames-and-blocks.exp @@ -52,9 +52,9 @@ proc make_blocks_result { args } { " entry pc: $::hex" if { [string range $func 0 10] eq "inline_func" } { - lappend result" inline function: $func" + lappend result " inline function: $func" } else { - lappend result" function: $func" + lappend result " function: $func" } lappend result ".*"