summaryrefslogtreecommitdiffstats
path: root/test/dl/test_cptr.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
commit7fc99aed9b6e11987113674fe47407b1e127bc4e (patch)
tree31ccb2e18f6d54a3942ab277e279ceb1ff7cba95 /test/dl/test_cptr.rb
parentdcbbc9e6fd8b8f6105328f634eaf4b2361a4961d (diff)
downloadruby-7fc99aed9b6e11987113674fe47407b1e127bc4e.tar.gz
ruby-7fc99aed9b6e11987113674fe47407b1e127bc4e.tar.xz
ruby-7fc99aed9b6e11987113674fe47407b1e127bc4e.zip
* test/dl: use require_relative to require test_base.rb.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/dl/test_cptr.rb')
-rw-r--r--test/dl/test_cptr.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dl/test_cptr.rb b/test/dl/test_cptr.rb
index 07ad05ba2..55a53f97d 100644
--- a/test/dl/test_cptr.rb
+++ b/test/dl/test_cptr.rb
@@ -1,4 +1,4 @@
-require 'test_base'
+require_relative 'test_base'
require_relative '../ruby/envutil'
module DL