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

test_objectspace.rb: errors in a finalizer

* test/ruby/test_objectspace.rb (test_finalizer_with_super):
  adjust number of arguments to get rid of errors in a finalizer.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2016-08-09 07:36:14 +00:00
parent 303dc3c591
commit 9a9569b1c2

View file

@ -103,7 +103,7 @@ End
end
FINALIZER = proc do
M.module_eval do
M.module_eval(__FILE__, "", __LINE__) do
end
end