diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp b/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp index 2db31af..efec517 100644 --- a/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp +++ b/gdb/testsuite/gdb.threads/process-dies-while-handling-bp.exp @@ -46,7 +46,7 @@ proc do_test { non_stop cond_bp_target } { set GDBFLAGS $saved_gdbflags if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |