0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.2092: Vim9: unpredictable errors for script tests

Problem:    Vim9: unpredictable errors for script tests.
Solution:   Use a different script file name for each run.
This commit is contained in:
Bram Moolenaar
2020-12-05 13:41:01 +01:00
parent 29d2f45c88
commit 2d870f8d9e
6 changed files with 61 additions and 21 deletions

View File

@@ -953,6 +953,7 @@ def Test_heredoc()
call Func()
[END]
CheckScriptFailure(lines, 'E990:')
delfunc! g:Func
enddef
def Test_let_func_call()