summaryrefslogtreecommitdiff
path: root/test/-ext-/bignum/test_str2big.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/bignum/test_str2big.rb')
-rw-r--r--test/-ext-/bignum/test_str2big.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/bignum/test_str2big.rb b/test/-ext-/bignum/test_str2big.rb
index f77641b350..4304be88e9 100644
--- a/test/-ext-/bignum/test_str2big.rb
+++ b/test/-ext-/bignum/test_str2big.rb
@@ -4,7 +4,7 @@ require "-test-/bignum"
class TestBignum < Test::Unit::TestCase
class TestStr2big < Test::Unit::TestCase
- SIZEOF_BDIGITS = Bignum::SIZEOF_BDIGITS
+ SIZEOF_BDIGIT = Bignum::SIZEOF_BDIGIT
BITSPERDIG = Bignum::BITSPERDIG
BDIGMAX = (1 << BITSPERDIG) - 1