* remove trailing spaces.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2015-03-18 03:02:33 +00:00
parent 3bcf9fb53e
commit f5a5503702

View File

@ -674,7 +674,7 @@ class TestFloat < Test::Unit::TestCase
end
def test_hash_0
bug10979 = '[ruby-core:68541] [Bug #10979]'
bug10979 = '[ruby-core:68541] [Bug #10979]'
assert_equal(+0.0.hash, -0.0.hash)
assert_operator(+0.0, :eql?, -0.0)
h = {0.0 => bug10979}