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:
parent
d1f3d41f11
commit
e0bb10be50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue