summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-16 18:22:00 +0000
committernagachika <nagachika@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-06-16 18:22:00 +0000
commitcaa4dfa2bb2d819e6835ca135c9ec205e6cf6833 (patch)
tree912bd2cef249583c57658146dc5e69e42c4ddaad /test
parentb9f5a6c2497b55387a3ee907d5869fdb462d6233 (diff)
test/objsace/test_objspace.rb: revert partially r50923.
I accidentally insert GC.start. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@50924 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/objspace/test_objspace.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/objspace/test_objspace.rb b/test/objspace/test_objspace.rb
index 6b38fc9d27..dbd070b969 100644
--- a/test/objspace/test_objspace.rb
+++ b/test/objspace/test_objspace.rb
@@ -178,7 +178,6 @@ class TestObjSpace < Test::Unit::TestCase
obj2 = Object.new
end
ensure
- GC.start
ObjectSpace.trace_object_allocations_stop
obj3 = Object.new
end