Skip to content

Commit

Permalink
Merge pull request #6028 from ahorek/revert_test
Browse files Browse the repository at this point in the history
revert rational test
  • Loading branch information
headius authored Jan 13, 2020
2 parents c15f571 + 2bf06e6 commit 6727556
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/mri/ruby/test_rational.rb
Original file line number Diff line number Diff line change
Expand Up @@ -971,10 +971,6 @@ def test_power_overflow
assert_equal 0, x, bug
end

def test_big_overflow
assert_eql(0.0174532925199432957r, Rational(174532925199432957, 10000000000000000000))
end

def test_positive_p
assert_predicate(1/2r, :positive?)
assert_not_predicate(-1/2r, :positive?)
Expand Down

0 comments on commit 6727556

Please sign in to comment.