commit | 9d18961323a2a5c3b609c98ce0d78613c71f3532 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 18:11:00 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 09 18:11:00 2017 +0200 |
tree | 8a5b482815a6c29c1c89b0462c1a5d3ede626640 | |
parent | aba680a8513124e9556956115db4df35bd4a0e56 [diff] [blame] |
patch 8.0.1082: tests fail when run under valgrind Problem: Tests fail when run under valgrind. Solution: Increase waiting times.
diff --git a/src/version.c b/src/version.c index 0018bce..f2fde00 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1082, +/**/ 1081, /**/ 1080,