Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-05-08 01:22:38 +09:00
parent cbe4f75ef8
commit 7ded8fd29a
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -705,7 +705,7 @@ class TestRubyOptimization < Test::Unit::TestCase
def foo &b
end
h1 = {}; h2 = {}
ObjectSpace.count_objects(h1) # reharsal
ObjectSpace.count_objects(h1) # rehearsal
ObjectSpace.count_objects(h1)
foo{}
ObjectSpace.count_objects(h2)