summaryrefslogtreecommitdiff
path: root/test
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
commita4a66510fb90ae9e94992dc1f547f3dc1626fb6a (patch)
treed96bee6b9099a924e6ab58bc42130209c03e84ec /test
parent1a38d5ee810623b8e322f80702edc511ef046e34 (diff)
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')
-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