1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix the class name.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2013-06-06 23:05:27 +00:00
parent d1f3d41f11
commit e0bb10be50

View file

@ -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