commit | ec9b017b879cb744393aadd3d105ee5da1332437 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 19:10:59 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 19:10:59 2020 +0200 |
tree | 7dced7c2ffc8baaa0fd5a361ced48556834b30d2 | |
parent | 3b74b6b4bb9a022f8c6f6e544360d628e10df1ab [diff] [blame] |
patch 8.2.1013: channel tests can be a bit flaky Problem: Channel tests can be a bit flaky. Solution: Set the g:test_is_flaky flag in SetUp().
diff --git a/src/version.c b/src/version.c index 9fc5670..4cc8261 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1013, +/**/ 1012, /**/ 1011,