diff options
Diffstat (limited to 'gdb/testsuite/gdb.threads/threadapply.exp')
-rw-r--r-- | gdb/testsuite/gdb.threads/threadapply.exp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.threads/threadapply.exp b/gdb/testsuite/gdb.threads/threadapply.exp index ebc1cf15ad6..958339d2870 100644 --- a/gdb/testsuite/gdb.threads/threadapply.exp +++ b/gdb/testsuite/gdb.threads/threadapply.exp @@ -32,7 +32,6 @@ clean_restart ${binfile} # if ![runto_main] then { - fail "can't run to main" return 0 } @@ -77,7 +76,6 @@ proc thr_apply_detach {thread_set} { clean_restart ${binfile} if ![runto_main] { - fail "can't run to main" return -1 } |