From 3ce642f5af3bff519102185538133cd620237c2c Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 10 Sep 2009 17:14:53 +0000 Subject: * 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 --- test/dl/test_cfunc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/dl/test_cfunc.rb') 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 -- cgit v1.2.3