commit | 9d383f30bbd06552ad0bf343b2c03c6a0d1f6df2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun May 14 21:38:12 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 14 21:38:12 2023 +0100 |
tree | 5eb419bd4d132300b01ffc01c10fd732aedcc2b5 | |
parent | cf2610c82b64b1785af0804916789295cae45e93 [diff] [blame] |
patch 9.0.1557: test failures for unreachable code Problem: Test failures for unreachable code. Solution: Add a test override to ignore unreachable code.
diff --git a/src/version.c b/src/version.c index c0c1ca0..cf91da5 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1557, +/**/ 1556, /**/ 1555,