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

* test/profile_test_all.rb: fix typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2013-08-16 09:12:36 +00:00
parent 55251d0c83
commit ff377d9e81
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
Fri Aug 16 18:12:05 2013 Koichi Sasada <ko1@atdot.net>
* test/profile_test_all.rb: fix typo.
Fri Aug 16 18:09:20 2013 Koichi Sasada <ko1@atdot.net>
* test/profile_test_all.rb: remove space characters from test names.

View file

@ -34,7 +34,7 @@ class MiniTest::Unit::TestCase
TEST_ALL_PROFILE_PROCS << b
end
add 'emsize_of_all', *GC.stat.keys do |result|
add 'memsize_of_all', *GC.stat.keys do |result|
result << ObjectSpace.memsize_of_all
GC.stat(TEST_ALL_PROFILE_GC_STAT_HASH)
result.concat TEST_ALL_PROFILE_GC_STAT_HASH.values