commit | cddd5ac911707034ca27f10037c4b1b523188c47 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 10 13:54:01 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 10 13:54:01 2021 +0100 |
tree | 7583116c5612ce4caaa5ff7a679b095af63d35f2 | |
parent | eeed1c7ae090c17f4df51cf97b2a9e4d8b4f4dc7 [diff] [blame] |
patch 8.2.3493: large count test fails on MS-Windows Problem: Large count test fails on MS-Windows. Solution: Skip the test on MS-Windows.
diff --git a/src/version.c b/src/version.c index 247af25..ce1939b 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3493, +/**/ 3492, /**/ 3491,