diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/attach-wait-input.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/attach-wait-input.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/attach-wait-input.exp b/gdb/testsuite/gdb.base/attach-wait-input.exp index 394c293..07142af1 100644 --- a/gdb/testsuite/gdb.base/attach-wait-input.exp +++ b/gdb/testsuite/gdb.base/attach-wait-input.exp @@ -48,7 +48,7 @@ proc start_program {binfile} { clean_restart $binfile if ![runto setup_done] then { - fail "Can't run to setup_done" + fail "can't run to setup_done" return 0 } |