summaryrefslogtreecommitdiff
path: root/test/-ext-
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-06 18:17:36 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-07-06 18:17:36 +0000
commit8667e8b1864379bab0bfe4ac97d4c5eeb61d684f (patch)
treefab2581ce9c4dce54676a09142584d5158ad6e88 /test/-ext-
parent215aa0ccf066274adbdc863c149382e68b38d423 (diff)
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
Diffstat (limited to 'test/-ext-')
-rw-r--r--test/-ext-/string/test_modify_expand.rb1
1 files changed, 1 insertions, 0 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