summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_assignment.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
commit558b40c6b42a41c103b348806b8e997d6181a742 (patch)
treeffd82645d266079f1cfb3dbefa936f43819ff91e /test/ruby/test_assignment.rb
parentf049ab55aa2114d91b1ad195df5a70f19fb219b4 (diff)
downloadruby-558b40c6b42a41c103b348806b8e997d6181a742.tar.gz
ruby-558b40c6b42a41c103b348806b8e997d6181a742.tar.xz
ruby-558b40c6b42a41c103b348806b8e997d6181a742.zip
use require_relative to require marshaltestlib and sentence.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_assignment.rb')
-rw-r--r--test/ruby/test_assignment.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/ruby/test_assignment.rb b/test/ruby/test_assignment.rb
index df0ae0713..2b22613c5 100644
--- a/test/ruby/test_assignment.rb
+++ b/test/ruby/test_assignment.rb
@@ -490,7 +490,8 @@ class TestAssignment < Test::Unit::TestCase
end
end
-require 'sentence'
+require 'require_relative'
+require_relative 'sentence'
class TestAssignmentGen < Test::Unit::TestCase
Syntax = {
:exp => [["0"],