commit | 5feabe00c47fa66d5f4c95213f150488433f78e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 18:24:53 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 30 18:24:53 2020 +0100 |
tree | 9e9e980d294d8a3cc5c004f2733538cabef16d86 | |
parent | 9f2d020d396132ecbc0be6faa1de29c7078bb5ac [diff] [blame] |
patch 8.2.0183: tests fail when the float feature is disabled Problem: Tests fail when the float feature is disabled. Solution: Skip tests that don't work without float support.
diff --git a/src/version.c b/src/version.c index be4da51..4bffa7b 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 183, +/**/ 182, /**/ 181,