From a4a66510fb90ae9e94992dc1f547f3dc1626fb6a Mon Sep 17 00:00:00 2001 From: kazu Date: Mon, 7 May 2018 15:08:46 +0000 Subject: [PATCH] Remove needless require [ci skip] already require on top git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_io.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/ruby/test_io.rb b/test/ruby/test_io.rb index 62caadb091..48ab0eef1f 100644 --- a/test/ruby/test_io.rb +++ b/test/ruby/test_io.rb @@ -2691,7 +2691,6 @@ __END__ end def test_flush_in_finalizer1 - require 'tempfile' bug3910 = '[ruby-dev:42341]' tmp = Tempfile.open("bug3910") {|t| path = t.path @@ -2717,7 +2716,6 @@ __END__ end def test_flush_in_finalizer2 - require 'tempfile' bug3910 = '[ruby-dev:42341]' Tempfile.open("bug3910") {|t| path = t.path