aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/commands.exp
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2010-06-01 17:22:33 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2010-06-01 17:22:33 +0000
commit3f9e0d3242c0e874c5b88ec5e6a5e2ac7e8388ce (patch)
treeb60aa153b5c9dba9bd43de26dbf08ea5fa7d3ce1 /gdb/testsuite/gdb.base/commands.exp
parentfa593d66d5696018bc8fb166f9e2a960d484ccd0 (diff)
downloadgdb-3f9e0d3242c0e874c5b88ec5e6a5e2ac7e8388ce.zip
gdb-3f9e0d3242c0e874c5b88ec5e6a5e2ac7e8388ce.tar.gz
gdb-3f9e0d3242c0e874c5b88ec5e6a5e2ac7e8388ce.tar.bz2
gdb/testsuite/
* gdb.base/commands.exp (begin commands on watch): Remove excessive trailing newline. * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise. * gdb.java/jmisc.exp (p *args\n): Rename to ... (p *args): ... here and remove excessive trailing newline.
Diffstat (limited to 'gdb/testsuite/gdb.base/commands.exp')
-rw-r--r--gdb/testsuite/gdb.base/commands.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/commands.exp b/gdb/testsuite/gdb.base/commands.exp
index 5ffadcb..3f7415d 100644
--- a/gdb/testsuite/gdb.base/commands.exp
+++ b/gdb/testsuite/gdb.base/commands.exp
@@ -284,7 +284,7 @@ proc watchpoint_command_test {} {
if {$wp_id == -1} {return}
- gdb_test_multiple "commands $wp_id\n" "begin commands on watch" {
+ gdb_test_multiple "commands $wp_id" "begin commands on watch" {
-re "Type commands for breakpoint.*, one per line.*>$" {
pass "begin commands on watch"
}