summaryrefslogtreecommitdiff
path: root/test/ruby/test_marshal.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-18 06:59:47 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-18 06:59:47 +0000
commitf0b758a1285f8e7a5ca2f4ddb2b268de0cb8ee44 (patch)
treeffd82645d266079f1cfb3dbefa936f43819ff91e /test/ruby/test_marshal.rb
parent8efc7ea9ad664b942f48e16bb325769b08844b9f (diff)
use require_relative to require marshaltestlib and sentence.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_marshal.rb')
-rw-r--r--test/ruby/test_marshal.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ruby/test_marshal.rb b/test/ruby/test_marshal.rb
index a7f28c0f8b..ce9882b5e8 100644
--- a/test/ruby/test_marshal.rb
+++ b/test/ruby/test_marshal.rb
@@ -1,5 +1,6 @@
require 'test/unit'
-require 'marshaltestlib'
+require 'require_relative'
+require_relative 'marshaltestlib'
class TestMarshal < Test::Unit::TestCase
include MarshalTestLib