aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_thread.rb2
1 files changed, 0 insertions, 2 deletions
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