mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Wait for the helper thread to terminate
This commit is contained in:
parent
023360ee4b
commit
c52dad0ecf
1 changed files with 2 additions and 0 deletions
|
@ -172,6 +172,8 @@ class TestMonitor < Test::Unit::TestCase
|
|||
assert @monitor.mon_locked?
|
||||
assert @monitor.mon_owned?
|
||||
end
|
||||
ensure
|
||||
th.join
|
||||
end
|
||||
|
||||
def test_cond
|
||||
|
|
Loading…
Add table
Reference in a new issue