mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
It should be require_relative.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8e411664ab
commit
33e7c896ca
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
require 'test/unit'
|
||||
require 'envutil'
|
||||
require_relative 'envutil'
|
||||
|
||||
class TestEncodingConverter < Test::Unit::TestCase
|
||||
def check_ec(edst, esrc, eres, dst, src, ec, off, len, opts=nil)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue