commit | 865bf2ed3039deeaa66312319f3e13db146a9701 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 17:44:22 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 24 17:44:22 2022 +0100 |
tree | 7f973b54dba799fa25215e38cd55d3c05356530d | |
parent | 96b9bf8f74af8abf1e30054f996708db7dc285be [diff] [blame] |
patch 9.0.0578: one timer test fails on Mac M1 Problem: One timer test fails on Mac M1. Solution: Skip the test on Mac M1.
diff --git a/src/version.c b/src/version.c index 942a783..ff82644 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 578, +/**/ 577, /**/ 576,