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

-test-/integer

* ext/-test-/integer/core_ext.c: move testutil/integer.c.
* test/lib/-test-/integer.rb: extract implementation details from
  test/unit/assertions.rb.  [Bug #12408]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-05-22 07:27:02 +00:00
parent 78c5ca7074
commit 006634b489
10 changed files with 29 additions and 31 deletions

View file

@ -1,5 +1,6 @@
# frozen_string_literal: false
require 'test/unit'
require '-test-/integer'
class TestInteger < Test::Unit::TestCase
FIXNUM_MIN = Integer::FIXNUM_MIN