mirror of
https://github.com/zoriya/vim.git
synced 2025-12-06 07:16:15 +00:00
patch 8.2.1839: Vim9: memory leaks reported in assign test
Problem: Vim9: memory leaks reported in assign test.
Solution: Move the failing job_start() call to separate test files, it
causes false leak reports.
This commit is contained in:
@@ -34,6 +34,7 @@ TEST_VIM9 = \
|
||||
test_vim9_cmd \
|
||||
test_vim9_disassemble \
|
||||
test_vim9_expr \
|
||||
test_vim9_fails \
|
||||
test_vim9_func \
|
||||
test_vim9_script
|
||||
|
||||
@@ -42,6 +43,7 @@ TEST_VIM9_RES = \
|
||||
test_vim9_cmd.res \
|
||||
test_vim9_disassemble.res \
|
||||
test_vim9_expr.res \
|
||||
test_vim9_fails.res \
|
||||
test_vim9_func.res \
|
||||
test_vim9_script.res
|
||||
|
||||
|
||||
Reference in New Issue
Block a user