mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix test of gc introduced in r33379.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
14f878aed6
commit
f65cdf797f
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ class TestGc < Test::Unit::TestCase
|
|||
assert_normal_exit("exit", "[ruby-core:39777]", :child_env => env)
|
||||
|
||||
env = {
|
||||
"RUBYOPT" => "",
|
||||
"RUBY_HEAP_MIN_SLOTS" => "100000"
|
||||
}
|
||||
assert_in_out_err([env, "-e", "exit"], "", [], [], "[ruby-core:39795]")
|
||||
|
|
Loading…
Reference in a new issue