summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_path.rb
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-18 07:52:09 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-11-18 07:52:09 +0000
commitdcbdc34ed33bea34d596b34c09443e815c4aa771 (patch)
tree01de21fccb89cc269d8d4d4cdfe86c1e6767550c /test/ruby/test_path.rb
parent97ba9ac38ea260b17c7482c1230146b5135aae02 (diff)
downloadruby-dcbdc34ed33bea34d596b34c09443e815c4aa771.tar.gz
ruby-dcbdc34ed33bea34d596b34c09443e815c4aa771.tar.xz
ruby-dcbdc34ed33bea34d596b34c09443e815c4aa771.zip
* forgotten to save after rename method name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_path.rb')
-rw-r--r--test/ruby/test_path.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_path.rb b/test/ruby/test_path.rb
index f7a45a371..4b9365508 100644
--- a/test/ruby/test_path.rb
+++ b/test/ruby/test_path.rb
@@ -44,7 +44,7 @@ class TestPath < Test::Unit::TestCase
assert_equal("//sub", File.expand_path("sub", "//"))
end
- def test_dirname_special # [ruby-dev:27738]
+ def test_dirname # [ruby-dev:27738]
if /(bcc|ms)win\d|mingw|cygwin|djgpp|human|emx/ =~ RUBY_PLATFORM
# DOSISH_DRIVE_LETTER
assert_equal('C:.', File.dirname('C:'))