commit | 72b5b0d51aa9ddf8d338a5a133a667a3c2392ae1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Dec 05 15:24:20 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Dec 05 15:24:20 2022 +0000 |
tree | fd371fb4750c5e65bf28ddc66537ccb81175fb50 | |
parent | 6cf3151f0e3839332c89367b7384c395a1185927 [diff] [blame] |
patch 9.0.1009: test for catch after interrupt is flaky on MS-Windows Problem: Test for catch after interrupt is flaky on MS-Windows. Solution: Mark the test as flaky.
diff --git a/src/version.c b/src/version.c index ce1aba0..b2f1bab 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1009, +/**/ 1008, /**/ 1007,