mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Unused module removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
17cf784d78
commit
662d67f13f
1 changed files with 1 additions and 4 deletions
|
@ -1,10 +1,7 @@
|
|||
require 'test/unit'
|
||||
require '-test-/num2int/num2int'
|
||||
|
||||
class TestNum2int < Test::Unit::TestCase
|
||||
module Num2int
|
||||
end
|
||||
require '-test-/num2int/num2int'
|
||||
|
||||
SHRT_MIN = -32768
|
||||
SHRT_MAX = 32767
|
||||
USHRT_MAX = 65535
|
||||
|
|
Loading…
Reference in a new issue