commit | 0056ca71374feadf6bad27f5b66eaa18b6f7dad7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 21:26:39 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 23 21:26:39 2022 +0100 |
tree | 19657856285144b7f8d37e32ed877ac47fc0c3ae | |
parent | a9b0f8f7f35ddd281f4fa464d163dc4fb05e1d7b [diff] [blame] |
patch 9.0.0564: a few tests keep failing on MacOS M1 Problem: A few tests keep failing on MacOS M1. Solution: Add a test check CheckNotMacM1. Fix timer tests.
diff --git a/src/version.c b/src/version.c index fc3b356..3256524 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 564, +/**/ 563, /**/ 562,