mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
Terminate created threads.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f8bb720eb7
commit
4032f45dc2
2 changed files with 4 additions and 1 deletions
|
@ -727,6 +727,8 @@ end.join
|
|||
end
|
||||
end
|
||||
assert_nil(e.cause)
|
||||
ensure
|
||||
y.join
|
||||
end
|
||||
|
||||
def test_cause_thread_with_cause
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue