Skip to content

Commit

Permalink
BigDecimal() is obsoleted today. We shouldn't test it
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Jan 17, 2024
1 parent aaefecf commit d2f3aa9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/bigdecimal/test_bigdecimal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2295,10 +2295,6 @@ def test_no_memory_leak_allocate
assert_no_memory_leak("BigDecimal.allocate")
end

def test_no_memory_leak_initialize
assert_no_memory_leak("BigDecimal()")
end

def test_no_memory_leak_BigDecimal
assert_no_memory_leak("BigDecimal('10')")
assert_no_memory_leak("BigDecimal(b)")
Expand Down

0 comments on commit d2f3aa9

Please sign in to comment.