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

[ci skip] Fix typo in test name

This commit is contained in:
Peter Zhu 2021-11-10 17:13:20 -05:00
parent 98cc6d158b
commit d5dd87d0db
Notes: git 2021-11-11 07:15:10 +09:00

View file

@ -565,7 +565,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
end
# Bug #18264
def test_tracpoint_memory_leak
def test_tracepoint_memory_leak
assert_no_memory_leak([], <<-PREP, <<-CODE, rss: true)
code = proc { TracePoint.new(:line) { } }
1_000.times(&code)