commit | bf63011a52a3cc32609ae5945665875062a5ae50 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri May 19 21:41:02 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri May 19 21:41:02 2023 +0100 |
tree | e5f85bd8f95ec8a328b3eccd5626934a196031fa | |
parent | 2bd6a09691fc71974ca7ab5973f8e08fdd2a889a [diff] [blame] |
patch 9.0.1570: some tests are slow Problem: Some tests are slow. Solution: Make a few test cases faster.
diff --git a/src/version.c b/src/version.c index f7ea30f..07fec75 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1570, +/**/ 1569, /**/ 1568,