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