summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.go/chan.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.go/chan.exp')
-rw-r--r--gdb/testsuite/gdb.go/chan.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.go/chan.exp b/gdb/testsuite/gdb.go/chan.exp
index 52b88e6d6d3..be903a8207f 100644
--- a/gdb/testsuite/gdb.go/chan.exp
+++ b/gdb/testsuite/gdb.go/chan.exp
@@ -40,7 +40,7 @@ if { [gdb_breakpoint ${srcfile}:${bp_location1}] } {
pass "setting breakpoint 1"
}
-gdb_test "cont" "Breakpoint .*:${bp_location1}.*" "Going to first breakpoint"
+gdb_test "cont" "Breakpoint .*:${bp_location1}.*" "going to first breakpoint"
gdb_test_no_output "disable"
@@ -48,4 +48,4 @@ if { [gdb_breakpoint ${srcfile}:${bp_location2}] } {
pass "setting breakpoint 2"
}
-gdb_test "cont" "Breakpoint .*:${bp_location2}.*" "Going to second breakpoint"
+gdb_test "cont" "Breakpoint .*:${bp_location2}.*" "going to second breakpoint"