diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/hook-stop.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/hook-stop.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/hook-stop.exp b/gdb/testsuite/gdb.base/hook-stop.exp index 7b0c22e..b34a4b7 100644 --- a/gdb/testsuite/gdb.base/hook-stop.exp +++ b/gdb/testsuite/gdb.base/hook-stop.exp @@ -40,7 +40,7 @@ proc setup {commands} { clean_restart $binfile if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return -code return } |