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:
Bram Moolenaar
2020-10-12 20:31:26 +02:00
parent 93be1644db
commit fc8aa6d02d
4 changed files with 18 additions and 7 deletions

View File

@@ -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