diff options
| author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-05-08 01:22:38 +0900 |
|---|---|---|
| committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2020-05-08 01:22:38 +0900 |
| commit | 7ded8fd29a9dc5c481cadff7e94079009bce9e6c (patch) | |
| tree | cd5b7b36954c085e2222edf59a538e98cf088fd3 /test/ruby/test_optimization.rb | |
| parent | cbe4f75ef802f13d05f94e42274b65a062bd3666 (diff) | |
| download | ruby-7ded8fd29a9dc5c481cadff7e94079009bce9e6c.tar.gz | |
Fix a typo [ci skip]
Diffstat (limited to 'test/ruby/test_optimization.rb')
| -rw-r--r-- | test/ruby/test_optimization.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_optimization.rb b/test/ruby/test_optimization.rb index b42314b765..e6163c06e2 100644 --- a/test/ruby/test_optimization.rb +++ b/test/ruby/test_optimization.rb @@ -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) |
