diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/tls-nodebug.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/tls-nodebug.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/tls-nodebug.exp b/gdb/testsuite/gdb.threads/tls-nodebug.exp index 3b20697..89ec6e6 100644 --- a/gdb/testsuite/gdb.threads/tls-nodebug.exp +++ b/gdb/testsuite/gdb.threads/tls-nodebug.exp @@ -28,7 +28,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 0 } |