diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/sigthread.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/sigthread.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/sigthread.exp b/gdb/testsuite/gdb.threads/sigthread.exp index 71ef75a..c746b39 100644 --- a/gdb/testsuite/gdb.threads/sigthread.exp +++ b/gdb/testsuite/gdb.threads/sigthread.exp @@ -24,7 +24,7 @@ if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" \ clean_restart ${binfile} if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |