ruby-changes:66190
From: git <ko1@a...>
Date: Wed, 12 May 2021 17:41:01 +0900 (JST)
Subject: [ruby-changes:66190] 81513c9dab (master): * remove trailing spaces. [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=81513c9dab From 81513c9dab75fa26e02e16945c8886eb6bb9413c Mon Sep 17 00:00:00 2001 From: git <svn-admin@r...> Date: Wed, 12 May 2021 17:40:52 +0900 Subject: * remove trailing spaces. [ci skip] --- test/objspace/test_objspace.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb index 8a0b6fb..7032798 100644 --- a/test/objspace/test_objspace.rb +++ b/test/objspace/test_objspace.rb @@ -108,7 +108,7 @@ class TestObjSpace < Test::Unit::TestCase https://github.com/ruby/ruby/blob/trunk/test/objspace/test_objspace.rb#L108 def test_memsize_of_iseq iseqw = RubyVM::InstructionSequence.compile('def a; a = :b; a; end') # Use anonymous class as a basic object size because size of Object.new can be increased - base_obj_size = ObjectSpace.memsize_of(Class.new.new) + base_obj_size = ObjectSpace.memsize_of(Class.new.new) assert_operator(ObjectSpace.memsize_of(iseqw), :>, base_obj_size) end -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/