[ci skip] Fix typo in test name
This commit is contained in:
parent
98cc6d158b
commit
d5dd87d0db
Notes:
git
2021-11-11 07:15:10 +09:00
@ -565,7 +565,7 @@ class TestSetTraceFunc < Test::Unit::TestCase
|
|||||||
end
|
end
|
||||||
|
|
||||||
# Bug #18264
|
# Bug #18264
|
||||||
def test_tracpoint_memory_leak
|
def test_tracepoint_memory_leak
|
||||||
assert_no_memory_leak([], <<-PREP, <<-CODE, rss: true)
|
assert_no_memory_leak([], <<-PREP, <<-CODE, rss: true)
|
||||||
code = proc { TracePoint.new(:line) { } }
|
code = proc { TracePoint.new(:line) { } }
|
||||||
1_000.times(&code)
|
1_000.times(&code)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user