aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_math.rb1
1 files changed, 0 insertions, 1 deletions
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