summaryrefslogtreecommitdiff
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
commite93a1c580ef8ea27fcb153835539ace16900ae47 (patch)
tree01de21fccb89cc269d8d4d4cdfe86c1e6767550c
parent7b692e55cde4634209942cca197acf392ca51558 (diff)
* forgotten to save after rename method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-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 f7a45a3712..4b9365508a 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:'))