From 35388369dc5343d71794598edb79593f13cbc06b Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 18 Oct 2010 01:53:41 +0000 Subject: Fix wrong test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_sprintf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_sprintf.rb b/test/ruby/test_sprintf.rb index 9c4566f8d0..e5d07771fa 100644 --- a/test/ruby/test_sprintf.rb +++ b/test/ruby/test_sprintf.rb @@ -210,7 +210,7 @@ class TestSprintf < Test::Unit::TestCase assert_equal(" -0x1.4p+0", sprintf("%10a", -1.25)) assert_equal(" -0x1.2p+0", sprintf("%10a", -1.125)) assert_equal(" -0x1.1p+0", sprintf("%10a", -1.0625)) - assert_equal("-0x1.05p+0", sprintf("%10a", -1.03125)) + assert_equal("-0x1.08p+0", sprintf("%10a", -1.03125)) end BSIZ = 120 -- cgit v1.2.3