aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_io.rb
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-07 15:08:46 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-05-07 15:08:46 +0000
commit52dee7c44cb61776df398ec202e84daa3c7d0268 (patch)
treed96bee6b9099a924e6ab58bc42130209c03e84ec /test/ruby/test_io.rb
parent4a41a766ac0c2faba68cf8437b119bf4783194f7 (diff)
downloadruby-52dee7c44cb61776df398ec202e84daa3c7d0268.tar.gz
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
Diffstat (limited to 'test/ruby/test_io.rb')
-rw-r--r--test/ruby/test_io.rb2
1 files changed, 0 insertions, 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