commit | a9b0f8f7f35ddd281f4fa464d163dc4fb05e1d7b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 21:01:54 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 21:01:54 2022 +0100 |
tree | c3f9c1c9c883219c711aae8fe7a6f68f5d0f16f4 | |
parent | 35fdd9a67d73d4750152c419d4193ebb6b6d6eee [diff] [blame] |
patch 9.0.0563: timer_info() test fails Problem: Timer_info() test fails. Solution: Ignore test timeout timer. Don't use test_null_job() when not available.
diff --git a/src/version.c b/src/version.c index 665adc1..fc3b356 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 563, +/**/ 562, /**/ 561,