sym-info-cmds.exp: add missing quote in test name

gdb/testsuite/ChangeLog:

	* lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
	Add quote in test name.
This commit is contained in:
Simon Marchi 2019-12-20 15:26:00 -05:00
parent d0922fcf02
commit f3bce4830b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2019-12-20 Simon Marchi <simon.marchi@efficios.com>
* lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
Add quote in test name.
2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
* gdb.cp/pass-by-ref.cc: Delete. Generated in the output

View File

@ -482,7 +482,7 @@ namespace eval GDBInfoModuleSymbols {
if { $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 == "" } {