diff src/testdir/Make_all.mak @ 22582:a3df1fb28d44 v8.2.1839

patch 8.2.1839: Vim9: memory leaks reported in assign test Commit: https://github.com/vim/vim/commit/fc8aa6d02d85b0df703e0a790137891c91503c9e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 12 20:31:26 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Mon, 12 Oct 2020 20:45:05 +0200
parents 0491b9cafd44
children eabe2c1444ea
line wrap: on
line diff
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -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