aboutsummaryrefslogtreecommitdiffstats
path: root/test/-ext-/bignum/test_div.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/bignum/test_div.rb')
-rw-r--r--test/-ext-/bignum/test_div.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/-ext-/bignum/test_div.rb b/test/-ext-/bignum/test_div.rb
index 9a8e93b081..c53332630a 100644
--- a/test/-ext-/bignum/test_div.rb
+++ b/test/-ext-/bignum/test_div.rb
@@ -5,8 +5,8 @@ require "-test-/bignum"
class TestBignum < Test::Unit::TestCase
class TestDiv < Test::Unit::TestCase
- SIZEOF_BDIGIT = Bignum::SIZEOF_BDIGIT
- BITSPERDIG = Bignum::BITSPERDIG
+ SIZEOF_BDIGIT = Integer::SIZEOF_BDIGIT
+ BITSPERDIG = Integer::BITSPERDIG
BDIGMAX = (1 << BITSPERDIG) - 1
def test_divrem_normal