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:
parent
98cc6d158b
commit
d5dd87d0db
Notes:
git
2021-11-11 07:15:10 +09:00
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue