+2012-09-26 Yao Qi <yao@codesourcery.com>
+
+ * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
+
+ Revert:
+ 2012-09-21 Yao Qi <yao@codesourcery.com>
+
+ * gdb.mi/mi2-cli.exp: Remove redundant '\'.
+
2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
* gdb.base/longest-types.c: New test case.
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\"" } \
- "-exec-continue to line $line_main_hello"
+ "-exec-continue to line \$line_main_hello"
# Test that the token is output even for CLI commands
# Also test that *stopped includes frame information.