diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp b/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp index 56442b1..2913a63 100644 --- a/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp +++ b/gdb/testsuite/gdb.threads/next-while-other-thread-longjmps.exp @@ -28,7 +28,7 @@ if {[prepare_for_testing "failed to prepare" \ } if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return 0 } |