commit | b18b49699776485150b71626069a40d12d2c5590 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 21:55:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 21:55:50 2022 +0100 |
tree | e583af125f2624cedd5420ba218f9628b122e209 | |
parent | f5724376ab7362b5a98eaa8a331d663ef722c2a2 [diff] [blame] |
patch 9.0.0363: common names in test files causes tests to be flaky Problem: Common names in test files causes tests to be flaky. Solution: Use more specific names.
diff --git a/src/testdir/test_vim9_assign.vim b/src/testdir/test_vim9_assign.vim index b1ff392..58dde3f 100644 --- a/src/testdir/test_vim9_assign.vim +++ b/src/testdir/test_vim9_assign.vim
@@ -2211,7 +2211,7 @@ END v9.CheckScriptFailure(lines, 'E476:', 1) - edit! Xfile + edit! Xslfile lines =<< trim END var edit: bool legacy edit