mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* forgotten to save after rename method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7b692e55cd
commit
e93a1c580e
1 changed files with 1 additions and 1 deletions
|
@ -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:'))
|
||||
|
|
Loading…
Reference in a new issue