From 53187e0b3d11f92609578711d2a01b9407a81ee1 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 6 Jul 2016 18:17:36 +0000 Subject: require "rbconfig/sizeof" They may fail parallel test-all git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/-ext-/string/test_modify_expand.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'test/-ext-') 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 -- cgit v1.2.3