diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/tid-reuse.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/tid-reuse.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/tid-reuse.exp b/gdb/testsuite/gdb.threads/tid-reuse.exp index 4a2c103..e2885ec 100644 --- a/gdb/testsuite/gdb.threads/tid-reuse.exp +++ b/gdb/testsuite/gdb.threads/tid-reuse.exp @@ -25,7 +25,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile { debug pthreads clean_restart ${binfile} if ![runto main] { - fail "Can't run to main" + fail "can't run to main" return -1 } |