commit | c13e998d4a82e2c90efb4bbc1dd4ea2d6c424592 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 21:20:48 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 28 21:20:48 2022 +0000 |
tree | 09462fe2a16d84700aaa86cd9ac1be5c1ce2d63d | |
parent | 84497cd06f06516f6ce727ea00c47792ce16dc70 [diff] [blame] |
patch 9.0.0968: GUI mouse event test is a bit flaky Problem: GUI mouse event test is a bit flaky. Solution: Mark the test case as flaky. Move test function failure checks to a separate test function.
diff --git a/src/version.c b/src/version.c index 395bb2a..f26f91a 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 968, +/**/ 967, /**/ 966,