mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
1a38d5ee81
commit
a4a66510fb
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue