diff options
| -rw-r--r-- | test/-ext-/string/test_modify_expand.rb | 1 | ||||
| -rw-r--r-- | test/stringio/test_stringio.rb | 1 | ||||
| -rw-r--r-- | version.h | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/test/-ext-/string/test_modify_expand.rb b/test/-ext-/string/test_modify_expand.rb index d3f5a17037..c7093e3892 100644 --- a/test/-ext-/string/test_modify_expand.rb +++ b/test/-ext-/string/test_modify_expand.rb @@ -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 diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb index 75bf73aa0f..05a733c88b 100644 --- a/test/stringio/test_stringio.rb +++ b/test/stringio/test_stringio.rb @@ -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 @@ -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 |
