commit | 9730f74a0b2acb490943393a203a24ab8fab923a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 19:50:51 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 28 19:50:51 2016 +0100 |
tree | 5803134ce926341866b3f4585b28617e1eaafc6a | |
parent | 9bfdba3de39c9d23d0d44c92b8aeb5a133513806 [diff] [blame] |
patch 7.4.1454 Problem: The exit callback test is flaky. Solution: Loop to wait for a short time up to a second.
diff --git a/src/version.c b/src/version.c index 991af8d..2c21470 100644 --- a/src/version.c +++ b/src/version.c
@@ -744,6 +744,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1454, +/**/ 1453, /**/ 1452,