diff options
author | git <svn-admin@ruby-lang.org> | 2020-02-22 09:59:23 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2020-02-22 09:59:23 +0900 |
commit | d7984d0f543f59a66657eea20993be1d14df71d5 (patch) | |
tree | 20ee87a13d0c691c180fecc9cf681eff72e8ddd8 /test/ruby | |
parent | b9007b6c548f91e88fd3f2ffa23de740431fa969 (diff) | |
download | ruby-d7984d0f543f59a66657eea20993be1d14df71d5.tar.gz |
* remove trailing spaces. [ci skip]
Diffstat (limited to 'test/ruby')
-rw-r--r-- | test/ruby/test_gc.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_gc.rb b/test/ruby/test_gc.rb index 9442041ee5..77f5d8caaa 100644 --- a/test/ruby/test_gc.rb +++ b/test/ruby/test_gc.rb @@ -96,7 +96,7 @@ class TestGc < Test::Unit::TestCase ObjectSpace.count_objects(count) # repeat same methods invocation for cache object creation. GC.stat(stat) - ObjectSpace.count_objects(count) + ObjectSpace.count_objects(count) assert_equal(count[:TOTAL]-count[:FREE], stat[:heap_live_slots]) assert_equal(count[:FREE], stat[:heap_free_slots]) |