summaryrefslogtreecommitdiff
path: root/test/test_weakref.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_weakref.rb')
-rw-r--r--test/test_weakref.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_weakref.rb b/test/test_weakref.rb
index d21b431abb..9f671f4e22 100644
--- a/test/test_weakref.rb
+++ b/test/test_weakref.rb
@@ -61,7 +61,7 @@ class TestWeakRef < Test::Unit::TestCase
}, bug7304
end
- def test_repeated_object_leak
+ def test_repeated_object_memory_leak
bug10537 = '[ruby-core:66428]'
assert_no_memory_leak(%w(-rweakref), '', <<-'end;', bug10537, timeout: 60)
a = Object.new