commit | d512e17ea4cebe547197b759a047138228acc06f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 21:35:53 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 27 21:35:53 2017 +0100 |
tree | 07344724512e840f8acac882a0078a7be1efa1c8 | |
parent | 10a8da0594406c37f8971cbd16ebbebf831dc60f [diff] [blame] |
patch 8.0.0384: timer test failed for no apparent reason Problem: Timer test failed for no apparent reason. Solution: Mark the test as flaky.
diff --git a/src/version.c b/src/version.c index 232b65d..713b54c 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 384, +/**/ 383, /**/ 382,