aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.go/methods.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.go/methods.exp')
-rw-r--r--gdb/testsuite/gdb.go/methods.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.go/methods.exp b/gdb/testsuite/gdb.go/methods.exp
index ea6a894..cb7f55a 100644
--- a/gdb/testsuite/gdb.go/methods.exp
+++ b/gdb/testsuite/gdb.go/methods.exp
@@ -40,10 +40,10 @@ if { [gdb_breakpoint ${bp_location1}] } {
pass "setting breakpoint 1"
}
setup_xfail "*-*-*" ;# mangling issues IIRC
-gdb_test "cont" "Breakpoint .*:${bp_location1}.*" "Going to first breakpoint"
+gdb_test "cont" "Breakpoint .*:${bp_location1}.*" "going to first breakpoint"
if { [gdb_breakpoint ${bp_location2}] } {
pass "setting breakpoint 2"
}
setup_xfail "*-*-*" ;# mangling issues IIRC
-gdb_test "cont" "Breakpoint .*:${bp_location2_regexp}.*" "Going to second breakpoint"
+gdb_test "cont" "Breakpoint .*:${bp_location2_regexp}.*" "going to second breakpoint"