aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile_test_all.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-16 09:12:36 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-16 09:12:36 +0000
commitff377d9e81e9c0e58ba1034b1b58cfb68d63c301 (patch)
treefeef593939cdb248475c582ae35982a9000899c7 /test/profile_test_all.rb
parent55251d0c83cf4c0946a2aa6aebe1bdceb9777ea6 (diff)
downloadruby-ff377d9e81e9c0e58ba1034b1b58cfb68d63c301.tar.gz
* test/profile_test_all.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/profile_test_all.rb')
-rw-r--r--test/profile_test_all.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile_test_all.rb b/test/profile_test_all.rb
index 75c3ca8bba..005a5731c4 100644
--- a/test/profile_test_all.rb
+++ b/test/profile_test_all.rb
@@ -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