aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/watchpoint-fork.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.threads/watchpoint-fork.exp')
-rw-r--r--gdb/testsuite/gdb.threads/watchpoint-fork.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/watchpoint-fork.exp b/gdb/testsuite/gdb.threads/watchpoint-fork.exp
index 1682982..a21cf76 100644
--- a/gdb/testsuite/gdb.threads/watchpoint-fork.exp
+++ b/gdb/testsuite/gdb.threads/watchpoint-fork.exp
@@ -51,7 +51,7 @@ proc test {type symbol} {
return
}
- gdb_test "watch var" "atchpoint \[0-9\]+: var" "Set the watchpoint"
+ gdb_test "watch var" "atchpoint \[0-9\]+: var" "set the watchpoint"
# It is never hit but it should not be left over in the fork()ed-off child.
if [skip_hw_breakpoint_tests] {
@@ -102,7 +102,7 @@ proc test {type symbol} {
return
}
- gdb_test "watch var" "atchpoint \[0-9\]+: var" "Set the watchpoint"
+ gdb_test "watch var" "atchpoint \[0-9\]+: var" "set the watchpoint"
# It should not be left over in the fork()ed-off child.
gdb_test "$hbreak marker" {reakpoint [0-9]+.*}