1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2016-05-28 10:08:37 +00:00
parent 62efd110f2
commit 9646e588cb

View file

@ -118,7 +118,7 @@ class TestComprehensiveCaseFold < Test::Unit::TestCase
end
def check_file_available(filename)
expanded = self.class.expand_filename(filename)
expanded = self.class.expand_filename(filename)
assert File.exist?(expanded), "File #{expanded} missing."
end