1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

add test for [ruby-dev:44049].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32448 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kosaki 2011-07-08 04:57:27 +00:00
parent 554a33d838
commit 8739bb305d

View file

@ -32,3 +32,9 @@ assert_normal_exit %q{
end
}
}, '[ruby-dev:31985]'
assert_normal_exit %q{
ObjectSpace.define_finalizer("") do
Mutex.new.lock
end
}, '[ruby-dev:44049]'