1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/dl: use require_relative to require test_base.rb.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-09-10 17:14:53 +00:00
parent e13ca98198
commit 3ce642f5af
7 changed files with 10 additions and 6 deletions

View file

@ -1,4 +1,4 @@
require 'test_base'
require_relative 'test_base'
require 'dl/func'
module DL