diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/reconnect-signal.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/reconnect-signal.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/reconnect-signal.exp b/gdb/testsuite/gdb.threads/reconnect-signal.exp index 1fe0f59..1d134e2 100644 --- a/gdb/testsuite/gdb.threads/reconnect-signal.exp +++ b/gdb/testsuite/gdb.threads/reconnect-signal.exp @@ -27,14 +27,14 @@ if { [gdb_compile_pthreads \ "${srcdir}/${subdir}/${srcfile}" \ "${binfile}" \ executable {debug}] != "" } { - untested "Couldn't compile test program." + untested "couldn't compile test program." return -1 } clean_restart $executable if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |