* test/ruby/test_symbol.rb (TestSymbol#test_symbol_gc_1): fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ktsj 2014-04-29 01:35:22 +00:00
parent 0f51db6a1e
commit cce5fe1ae5

View File

@ -222,7 +222,7 @@ class TestSymbol < Test::Unit::TestCase
end; end;
end end
def test_symol_gc_1 def test_symbol_gc_1
assert_normal_exit('".".intern;GC.start(immediate_sweep:false);eval %[GC.start;".".intern]', assert_normal_exit('".".intern;GC.start(immediate_sweep:false);eval %[GC.start;".".intern]',
'', '',
child_env: '--disable-gems') child_env: '--disable-gems')