[obv] Remove redundant '\' in mi2-cli.exp

Yao Qi yao@codesourcery.com
Fri Sep 21 08:50:00 GMT 2012


Hi,
I happen to see a redundant '\' in mi2-cli.exp, and cause test summary
less readable.  With this patch applied, the summary is changed

  -PASS: gdb.mi/mi2-cli.exp: -break-insert -t basics.c:$line_main_hello
  +PASS: gdb.mi/mi2-cli.exp: -break-insert -t basics.c:65

It is obvious, and I'll check it in.

gdb/testsuite:

2012-09-21  Yao Qi  <yao@codesourcery.com>

	* gdb.mi/mi2-cli.exp: Remove redundant '\'.
---
 gdb/testsuite/gdb.mi/mi2-cli.exp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gdb/testsuite/gdb.mi/mi2-cli.exp b/gdb/testsuite/gdb.mi/mi2-cli.exp
index 5bf94a1..892e457 100644
--- a/gdb/testsuite/gdb.mi/mi2-cli.exp
+++ b/gdb/testsuite/gdb.mi/mi2-cli.exp
@@ -154,7 +154,7 @@ mi_execute_to "interpreter-exec console step" $reason "callee4" "" ".*basics.c"
 
 mi_gdb_test "600-break-insert -t basics.c:$line_main_hello" \
 	{600\^done,bkpt=.number="3",type="breakpoint".*\}} \
-	"-break-insert -t basics.c:\$line_main_hello"
+	"-break-insert -t basics.c:$line_main_hello"
 
 mi_execute_to "exec-continue" "breakpoint-hit" "main" "" ".*basics.c" \
     $line_main_hello { "" "disp=\"del\"" } \
-- 
1.7.7.6



More information about the Gdb-patches mailing list