commit | bb062c1588c324a1ce4cf01fd5e0780e83aaabe4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jan 01 15:26:32 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 01 15:26:32 2020 +0100 |
tree | 8938198e629002a26d6e3d8fd84c3cf63f1df39f | |
parent | 1832d12aea30f1533f3c461d9e1530d10f66b162 [diff] [blame] |
patch 8.2.0072: memory test still fails on Cirrus CI Problem: Memory test still fails on Cirrus CI. Solution: Allow for a tiny bit more tolerance in the upper limit.
diff --git a/src/version.c b/src/version.c index 78af80d..c8cd6f1 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 72, +/**/ 71, /**/ 70,