aboutsummaryrefslogtreecommitdiffstats
path: root/test/stringio
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
commit53187e0b3d11f92609578711d2a01b9407a81ee1 (patch)
treefab2581ce9c4dce54676a09142584d5158ad6e88 /test/stringio
parent8fc1d9d9deaa8b9e2e20c1a78882ee36927c0e60 (diff)
downloadruby-53187e0b3d11f92609578711d2a01b9407a81ee1.tar.gz
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/stringio')
-rw-r--r--test/stringio/test_stringio.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/stringio/test_stringio.rb b/test/stringio/test_stringio.rb
index c83e8c9ec4..a3f6dfc3e8 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