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/version.c b/src/version.c index 7607e57..a681292 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 363, +/**/ 362, /**/ 361,