mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
215aa0ccf0
commit
8667e8b186
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# frozen_string_literal: false
|
# frozen_string_literal: false
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require "-test-/string"
|
require "-test-/string"
|
||||||
|
require "rbconfig/sizeof"
|
||||||
|
|
||||||
class Test_StringModifyExpand < Test::Unit::TestCase
|
class Test_StringModifyExpand < Test::Unit::TestCase
|
||||||
def test_modify_expand_memory_leak
|
def test_modify_expand_memory_leak
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# frozen_string_literal: false
|
# frozen_string_literal: false
|
||||||
require 'test/unit'
|
require 'test/unit'
|
||||||
require 'stringio'
|
require 'stringio'
|
||||||
|
require "rbconfig/sizeof"
|
||||||
require_relative '../ruby/ut_eof'
|
require_relative '../ruby/ut_eof'
|
||||||
|
|
||||||
class TestStringIO < Test::Unit::TestCase
|
class TestStringIO < Test::Unit::TestCase
|
||||||
|
|
Loading…
Reference in a new issue