commit | 5d508dd39e810d446f29dfd4f4e745b802875001 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 31 20:23:25 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 31 20:23:25 2019 +0200 |
tree | 5e116e5cf5460aaa525a4aa87867ec3691e771fe | |
parent | 1ab74a5af36933f1c3023a910af20280bb79bd6c [diff] [blame] |
patch 8.1.1435: memory usage test is a bit too flaky Problem: Memory usage test is a bit too flaky. Solution: Adjust the tolerances a bit. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 03ee632..fdb0844 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1435, +/**/ 1434, /**/ 1433,