[pushed] sym-info-cmds.exp: add yet another missing quote in test name

Message ID 20191220210012.20916-1-simon.marchi@efficios.com
State New, archived
Headers

Commit Message

Simon Marchi Dec. 20, 2019, 9 p.m. UTC
  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.
---
 gdb/testsuite/ChangeLog             | 5 +++++
 gdb/testsuite/lib/sym-info-cmds.exp | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)
  

Comments

Andrew Burgess Dec. 21, 2019, 11:20 p.m. UTC | #1
* Simon Marchi <simon.marchi@efficios.com> [2019-12-20 16:00:11 -0500]:

> 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.

Thanks for cleaning this up!

Andrew


> ---
>  gdb/testsuite/ChangeLog             | 5 +++++
>  gdb/testsuite/lib/sym-info-cmds.exp | 2 +-
>  2 files changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
> index 654eaf5473eb..488196c6eaee 100644
> --- a/gdb/testsuite/ChangeLog
> +++ b/gdb/testsuite/ChangeLog
> @@ -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>
>  
>  	* lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
> diff --git a/gdb/testsuite/lib/sym-info-cmds.exp b/gdb/testsuite/lib/sym-info-cmds.exp
> index 792a26572546..25a4b92f0c6a 100644
> --- a/gdb/testsuite/lib/sym-info-cmds.exp
> +++ b/gdb/testsuite/lib/sym-info-cmds.exp
> @@ -233,7 +233,7 @@ namespace eval GDBInfoSymbols {
>  
>  	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 == "" } {
> -- 
> 2.24.1
>
  

Patch

diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 654eaf5473eb..488196c6eaee 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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>
 
 	* lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
diff --git a/gdb/testsuite/lib/sym-info-cmds.exp b/gdb/testsuite/lib/sym-info-cmds.exp
index 792a26572546..25a4b92f0c6a 100644
--- a/gdb/testsuite/lib/sym-info-cmds.exp
+++ b/gdb/testsuite/lib/sym-info-cmds.exp
@@ -233,7 +233,7 @@  namespace eval GDBInfoSymbols {
 
 	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 == "" } {