From 8d38d9eaf1d36abafbf81162df0484e19e3da064 Mon Sep 17 00:00:00 2001 From: Daniel Bovensiepen Date: Fri, 14 Jun 2013 22:16:38 +0800 Subject: Fix float parenthese warning --- test/t/float.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/t/float.rb') diff --git a/test/t/float.rb b/test/t/float.rb index 7f4824472..97399b76f 100644 --- a/test/t/float.rb +++ b/test/t/float.rb @@ -141,5 +141,5 @@ end assert('Float#truncate', '15.2.9.3.15') do assert_equal 3.123456789.truncate, 3 - assert_equal -3.1.truncate, -3 + assert_equal(-3.1.truncate, -3) end -- cgit v1.2.3