зеркало из https://github.com/github/ruby.git
add a test for [ruby-dev:31985].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
81b55c0ff3
Коммит
44ee78db94
|
@ -33,3 +33,12 @@ assert_normal_exit %q{
|
|||
}
|
||||
}, '[ruby-dev:31982]'
|
||||
|
||||
assert_normal_exit %q{
|
||||
ary = (1..100).to_a
|
||||
ary.permutation(2) {|x|
|
||||
if x == [1,2]
|
||||
ObjectSpace.each_object(Array) {|o| o.clear if o == ary && o.object_id != ary.object_id }
|
||||
end
|
||||
}
|
||||
}, '[ruby-dev:31985]'
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче