summaryrefslogtreecommitdiff
path: root/test/dl/test_cfunc.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-10 17:14:53 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-10 17:14:53 +0000
commit3ce642f5af3bff519102185538133cd620237c2c (patch)
tree31ccb2e18f6d54a3942ab277e279ceb1ff7cba95 /test/dl/test_cfunc.rb
parente13ca981984c161ccf93eca0273d732be20d815a (diff)
* 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
Diffstat (limited to 'test/dl/test_cfunc.rb')
-rw-r--r--test/dl/test_cfunc.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dl/test_cfunc.rb b/test/dl/test_cfunc.rb
index 9047c66b3c..3e928257bd 100644
--- a/test/dl/test_cfunc.rb
+++ b/test/dl/test_cfunc.rb
@@ -1,4 +1,4 @@
-require 'test_base'
+require_relative 'test_base'
require 'dl/func'
module DL