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:
parent
303dc3c591
commit
9a9569b1c2
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ End
|
|||
end
|
||||
|
||||
FINALIZER = proc do
|
||||
M.module_eval do
|
||||
M.module_eval(__FILE__, "", __LINE__) do
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue