From 58fef6226ed517fbefa77ec61eea81cc18f823c1 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 12 Oct 2012 04:38:43 +0000 Subject: merge revision(s) 35015: * numeric.c (flodivmod): must through the same pass if HAVE_FMOD or not. this is a bugfix of r35013. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@37151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_float.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_float.rb b/test/ruby/test_float.rb index 440fd39bbe..d2cee75433 100644 --- a/test/ruby/test_float.rb +++ b/test/ruby/test_float.rb @@ -196,7 +196,7 @@ class TestFloat < Test::Unit::TestCase end def test_modulo3 - bug6048 = '[ruby-core:42726]' + bug6044 = '[ruby-core:42726]' assert_equal(4.2, 4.2.send(:%, Float::INFINITY)) assert_equal(4.2, 4.2 % Float::INFINITY) assert_is_minus_zero(-0.0 % 4.2) -- cgit v1.2.3