commit | 9a2fddcf04192a643dc97601d689c27f5bc5184f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 11:26:06 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 16 11:26:06 2019 +0200 |
tree | fcbc7786d67d7ee6a8b7efaaeb5820d777d0c7d5 | |
parent | 973d5304a44c974e74e43c3790f8919b7d4193b4 [diff] [blame] |
patch 8.1.1855: another failing timer test Problem: Another failing timer test. Solution: Assert that timers are finished by the end of the test. Rename test functions to make them easier to find.
diff --git a/src/version.c b/src/version.c index e497399..28fd2a7 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1855, +/**/ 1854, /**/ 1853,