diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-12 14:50:18 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-04-12 14:50:18 +0000 |
| commit | 47e626d940ae70112aeb2db95b2f37b9470dd9e5 (patch) | |
| tree | 5a604310307481c29938f9bc58d75315d57ffd81 /test/ruby/test_sprintf_comb.rb | |
| parent | 0e03b00c6157f1f4d0f59855dcf741c710a6fd14 (diff) | |
| download | ruby-47e626d940ae70112aeb2db95b2f37b9470dd9e5.tar.gz ruby-47e626d940ae70112aeb2db95b2f37b9470dd9e5.tar.xz ruby-47e626d940ae70112aeb2db95b2f37b9470dd9e5.zip | |
* prelude.rb (require_relative): move require_relative from
lib/require_relative.rb. [ruby-core:16356]
* lib/require_relative.rb: removed.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_sprintf_comb.rb')
| -rw-r--r-- | test/ruby/test_sprintf_comb.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_sprintf_comb.rb b/test/ruby/test_sprintf_comb.rb index 667ceab84..8b2c1a7e0 100644 --- a/test/ruby/test_sprintf_comb.rb +++ b/test/ruby/test_sprintf_comb.rb @@ -1,5 +1,4 @@ require 'test/unit' -require 'require_relative' require_relative 'allpairs' class TestSprintfComb < Test::Unit::TestCase |
