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

merge revision(s) 55602: [Backport #12560]

require "rbconfig/sizeof"

	They may fail parallel test-all

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@55635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2016-07-11 14:22:08 +00:00
parent 7dafaea0ef
commit 4431d7a724
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
# frozen_string_literal: false
require 'test/unit'
require "-test-/string"
require "rbconfig/sizeof"
class Test_StringModifyExpand < Test::Unit::TestCase
def test_modify_expand_memory_leak

View file

@ -1,6 +1,7 @@
# frozen_string_literal: false
require 'test/unit'
require 'stringio'
require "rbconfig/sizeof"
require_relative '../ruby/ut_eof'
class TestStringIO < Test::Unit::TestCase

View file

@ -1,6 +1,6 @@
#define RUBY_VERSION "2.3.2"
#define RUBY_RELEASE_DATE "2016-07-11"
#define RUBY_PATCHLEVEL 138
#define RUBY_PATCHLEVEL 139
#define RUBY_RELEASE_YEAR 2016
#define RUBY_RELEASE_MONTH 7