summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_thread.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index d06a7c80b8..71b400d421 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -7,7 +7,6 @@ class TestThread < Test::Unit::TestCase
Threads = []
def self.new(*)
th = super
- th.abort_on_exception = true
Threads << th
th
end