aboutsummaryrefslogtreecommitdiffstats
path: root/test/objspace
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-15 14:37:02 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-10-15 14:37:02 +0000
commit4951f3b5e308ca02435ff9328f42f8ed9b0b0246 (patch)
tree1c1f020baf2448025202883e4098c6fbaafd0e3b /test/objspace
parent278ca4dbe8c1502b50bae4720d6088958dfad6fe (diff)
downloadruby-4951f3b5e308ca02435ff9328f42f8ed9b0b0246.tar.gz
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/objspace')
-rw-r--r--test/objspace/test_objspace.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb
index 820edc7a20..0ac54bfb89 100644
--- a/test/objspace/test_objspace.rb
+++ b/test/objspace/test_objspace.rb
@@ -177,7 +177,7 @@ class TestObjSpace < Test::Unit::TestCase
end
def test_trace_object_allocations_start_stop_clear
- ObjectSpace.trace_object_allocations_clear # clear object_table to get rid of erronous detection for obj3
+ ObjectSpace.trace_object_allocations_clear # clear object_table to get rid of erroneous detection for obj3
GC.disable # suppress potential object reuse. see [Bug #11271]
begin
ObjectSpace.trace_object_allocations_start