From 3074406bbeaefbc7f90fe5dfd705d0d5249befc5 Mon Sep 17 00:00:00 2001 From: kosaki Date: Fri, 14 Dec 2012 23:11:26 +0000 Subject: * test/ruby/test_thread.rb (TestThread::Thread::new.): remove th.abort_on_exception change. Test template shouldn't change global flag. It prevent to test a normal case. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38387 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_thread.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test') 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 -- cgit v1.2.3