From 3e3080ef5854ac6a0ae8cc18d2cffd3832afa35b Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 13 Jun 2013 09:54:02 +0000 Subject: * test/ruby/test_thread.rb (test_thread_local_security): Don't create an unused thread. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_thread.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index 46831f3c46..6f33a120f7 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -382,8 +382,6 @@ class TestThread < Test::Unit::TestCase end def test_thread_local_security - t = Thread.new { sleep } - assert_raise(RuntimeError) do Thread.new do Thread.current[:foo] = :bar -- cgit v1.2.3