diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp b/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp index a60f98b..b97f71a 100644 --- a/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp +++ b/gdb/testsuite/gdb.threads/local-watch-wrong-thread.exp @@ -35,7 +35,7 @@ clean_restart ${binfile} gdb_test_no_output "set can-use-hw-watchpoints 1" "" if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return } |