From 4032f45dc2674a55398e10c4456cc54de874fe69 Mon Sep 17 00:00:00 2001 From: ko1 Date: Thu, 13 Apr 2017 16:19:46 +0000 Subject: Terminate created threads. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_exception.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/ruby') diff --git a/test/ruby/test_exception.rb b/test/ruby/test_exception.rb index a6b707bcca..37b5f7068c 100644 --- a/test/ruby/test_exception.rb +++ b/test/ruby/test_exception.rb @@ -727,6 +727,8 @@ end.join end end assert_nil(e.cause) + ensure + y.join end def test_cause_thread_with_cause -- cgit v1.2.3