summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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}