From 806018e8f4fed0e333c7233e5042fcfbdfdb8263 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sun, 13 May 2012 14:47:29 +0000 Subject: * test/ruby/test_io.rb (TestIO): revert r35631. it broke the intent of test_flush_in_finalizer1. [ruby-core:43951] [Bug ##6228] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'test/ruby/test_io.rb') diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 94e87bf25a..ebf9b760dd 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -10,14 +10,6 @@ require 'weakref' require_relative 'envutil' class TestIO < Test::Unit::TestCase - def setup - GC.disable - end - - def teardown - GC.enable - end - def have_close_on_exec? begin $stdin.close_on_exec? -- cgit v1.2.3