diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/dprintf-detach.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/dprintf-detach.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/dprintf-detach.exp b/gdb/testsuite/gdb.base/dprintf-detach.exp index 798bf9f..a0be2cd 100644 --- a/gdb/testsuite/gdb.base/dprintf-detach.exp +++ b/gdb/testsuite/gdb.base/dprintf-detach.exp @@ -46,7 +46,7 @@ proc dprintf_detach_test { breakpoint_always_inserted dprintf_style disconnected gdb_test_no_output "set disconnected-dprintf ${disconnected_dprintf}" if ![runto_main] { - fail "Can't run to main" + fail "can't run to main" return -1 } |