diff options
-rw-r--r-- | test/ruby/test_thread.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -348,6 +348,8 @@ class TestThread < Test::Unit::TestCase end def test_abort_on_exception assert_in_out_err([], <<-INPUT, %w(false 1), []) p Thread.abort_on_exception begin |