mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
GDB/testsuite: Remove a stray backslash from gdb.base/settings.exp
Remove a stray trailing backslash from `test-integer' in settings.exp. It is harmless as only white space follows in the next line before the closing brace, so it merely swallows the newline character, but it may look confusing to the reader.
This commit is contained in:
@ -213,7 +213,7 @@ proc test-integer {variant} {
|
|||||||
|
|
||||||
if {$variant == "zinteger" || $variant == "zuinteger"} {
|
if {$variant == "zinteger" || $variant == "zuinteger"} {
|
||||||
test_gdb_complete_none \
|
test_gdb_complete_none \
|
||||||
"$set_cmd " \
|
"$set_cmd "
|
||||||
} else {
|
} else {
|
||||||
test_gdb_complete_unique \
|
test_gdb_complete_unique \
|
||||||
"$set_cmd " \
|
"$set_cmd " \
|
||||||
|
Reference in New Issue
Block a user