summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.go/hello.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.go/hello.exp')
-rw-r--r--gdb/testsuite/gdb.go/hello.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.go/hello.exp b/gdb/testsuite/gdb.go/hello.exp
index 666567cb57f..192d035a14d 100644
--- a/gdb/testsuite/gdb.go/hello.exp
+++ b/gdb/testsuite/gdb.go/hello.exp
@@ -39,7 +39,7 @@ setup_xfail "*-*-*"
gdb_test "print st" \
".* = $hex \"\"" \
- "Starting string check"
+ "starting string check"
if { [gdb_breakpoint ${srcfile}:${bp_location1}] } {
pass "setting breakpoint 1"
@@ -49,4 +49,4 @@ gdb_test "cont" "Breakpoint .*:${bp_location1}.*" "going to first breakpoint"
gdb_test "print st" \
".* = $hex \"Hello, world!\"" \
- "String after assignment check"
+ "string after assignment check"