summaryrefslogtreecommitdiff
path: root/test/-ext-/bignum/test_import.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-06 23:05:27 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-06 23:05:27 +0000
commite0bb10be50fa23cb0ef9941750e874cc469cda86 (patch)
treed3be200eceb177e251c4717413c1ad7a6d17bcad /test/-ext-/bignum/test_import.rb
parentd1f3d41f11a5b0d47a85182a4c55e39def0f08f4 (diff)
Fix the class name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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