From bd080214b7fac93ed61ea3005fa6361f9de4ae3d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 9 Aug 2016 07:36:14 +0000 Subject: 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 --- test/ruby/test_objectspace.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_objectspace.rb') diff --git a/test/ruby/test_objectspace.rb b/test/ruby/test_objectspace.rb index b2ab817fba..c352b75b70 100644 --- a/test/ruby/test_objectspace.rb +++ b/test/ruby/test_objectspace.rb @@ -103,7 +103,7 @@ End end FINALIZER = proc do - M.module_eval do + M.module_eval(__FILE__, "", __LINE__) do end end -- cgit v1.2.3