diff options
| author | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-11 14:22:08 +0000 |
|---|---|---|
| committer | nagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-07-11 14:22:08 +0000 |
| commit | 4431d7a72498a824659d9524bd9ed166ba76790f (patch) | |
| tree | b3789639e61bcb149e86f00b12a09bb800c32c3b /test/stringio | |
| parent | 7dafaea0efc73c94f46447f7949753369ec3e53e (diff) | |
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
Diffstat (limited to 'test/stringio')
| -rw-r--r-- | test/stringio/test_stringio.rb | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
