summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorsvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-18 03:02:33 +0000
committersvn <svn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-18 03:02:33 +0000
commitf5a55037022a11fdc707b782295505b44c745322 (patch)
tree52979378575c32c599d3032e95931b31cc6a1032 /test
parent3bcf9fb53e4b9efabb15a3091fddfb68e5b6fbbe (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_float.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_float.rb b/test/ruby/test_float.rb
index 073e382777..eab4d12a29 100644
--- a/test/ruby/test_float.rb
+++ b/test/ruby/test_float.rb
@@ -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}