commit | 75a60f74ce1000b0ffed2e6a203a05f3cd160c6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 07 22:24:41 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 07 22:24:41 2017 +0200 |
tree | abecb5a9f5d0ee57dcb712fcc86c884e7f687407 | |
parent | 37b53270e1a65d1d56187a3d68439e666e8b75fd [diff] [blame] |
patch 8.0.1070: terminal test is flaky on Mac Problem: Terminal test is flaky on Mac. Solution: Add Test_terminal_noblock() to list of flaky tests.
diff --git a/src/version.c b/src/version.c index 094f05f..8750360 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1070, +/**/ 1069, /**/ 1068,