mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
sym-info-cmds.exp: add yet another missing quote in test name
In my previous commit, I missed this other spot that is missing a quote... gdb/testsuite/ChangeLog: * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add (another) quote in test name.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2019-12-20 Simon Marchi <simon.marchi@efficios.com>
|
||||||
|
|
||||||
|
* lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
|
||||||
|
(another) quote in test name.
|
||||||
|
|
||||||
2019-12-20 Simon Marchi <simon.marchi@efficios.com>
|
2019-12-20 Simon Marchi <simon.marchi@efficios.com>
|
||||||
|
|
||||||
* lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
|
* lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
|
||||||
|
@ -233,7 +233,7 @@ namespace eval GDBInfoSymbols {
|
|||||||
|
|
||||||
if { $testname == "" } {
|
if { $testname == "" } {
|
||||||
set testname \
|
set testname \
|
||||||
"$_last_command: check no matches for '$filename', $lineno', and '$text'"
|
"$_last_command: check no matches for '$filename', '$lineno', and '$text'"
|
||||||
}
|
}
|
||||||
|
|
||||||
if { $lineno == "" } {
|
if { $lineno == "" } {
|
||||||
|
Reference in New Issue
Block a user