From b25434f6a94babe6b3e09d70aff8d8b76771ad82 Mon Sep 17 00:00:00 2001 From: marcandre Date: Tue, 2 Mar 2010 04:55:04 +0000 Subject: * test/ruby/test_math.rb: Fix lgamma test git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_math.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_math.rb b/test/ruby/test_math.rb index f7055d7b5b..15a9b83c35 100644 --- a/test/ruby/test_math.rb +++ b/test/ruby/test_math.rb @@ -266,7 +266,6 @@ class TestMath < Test::Unit::TestCase check(Math.log(6), g) assert_equal(s, 1) - assert_infinity Math.lgamma(-Float::INFINITY) assert_raise(Math::DomainError) { Math.lgamma(-Float::INFINITY) } end -- cgit v1.2.3