1
0
Fork 0
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:
akr 2013-04-01 22:59:05 +00:00
parent 17cf784d78
commit 662d67f13f

View file

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