Skip to content
Snippets Groups Projects
Commit f3bce483 authored by Simon Marchi's avatar Simon Marchi
Browse files

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.
parent d0922fcf
No related branches found
No related tags found
No related merge requests found
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
......
......@@ -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 == "" } {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment