commit | ff39a650b2bd31e30d1bb8766e8560f9a14a7137 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 10:57:08 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 10 10:57:08 2021 +0000 |
tree | 06f780c8222477c40b06b226c67587af9acc8b70 | |
parent | dd297bc11d2793ba61638972778c57f2da14e8b5 [diff] [blame] |
patch 8.2.3772: timer info test fails on slow machine Problem: Timer info test fails on slow machine. Solution: Use WaitForAssert().
diff --git a/src/version.c b/src/version.c index 9b927f2..a598b6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3772, +/**/ 3771, /**/ 3770,