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

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)