We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4098ff commit c6799baCopy full SHA for c6799ba
test/ruby/test_bignum.rb
@@ -634,6 +634,10 @@ def test_even
634
assert_equal(true, BIGNUM_MIN.even?)
635
end
636
637
+ def test_gmp_deb
638
+ assert_kind_of(String, Integer::GMP_VERSION) # https://github.com/ruby/ruby/pull/10875
639
+ end
640
+
641
def test_interrupt_during_to_s
642
if defined?(Integer::GMP_VERSION)
643
return # GMP doesn't support interrupt during an operation.
0 commit comments