1
0
Fork 0
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:
Nobuyoshi Nakada 2019-06-28 14:51:23 +09:00
parent 023360ee4b
commit c52dad0ecf
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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