summaryrefslogtreecommitdiff
path: root/test/-ext-/bignum/test_import.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/-ext-/bignum/test_import.rb')
-rw-r--r--test/-ext-/bignum/test_import.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/-ext-/bignum/test_import.rb b/test/-ext-/bignum/test_import.rb
index f9b8b28de5..5a456508fc 100644
--- a/test/-ext-/bignum/test_import.rb
+++ b/test/-ext-/bignum/test_import.rb
@@ -4,7 +4,7 @@ require 'test/unit'
require "-test-/bignum"
class TestBignum < Test::Unit::TestCase
- class TestExport < Test::Unit::TestCase
+ class TestImport < Test::Unit::TestCase
def test_import_zero
assert_equal(0, Integer.test_import(0, "", 1, 1, 1, 1, 0))
end