commit | 15e737f768542fcc516296b5c158e14cc7ba7feb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 21:22:47 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 18 21:22:47 2017 +0100 |
tree | 28c33faaaa131e2f42c6e756d21979f60953addf | |
parent | 6caf606b144bbe2bf3ac515a194f5ff18fdfd331 [diff] [blame] |
patch 8.0.0480: the remote_peek() test fails on MS-Windows Problem: The remote_peek() test fails on MS-Windows. Solution: Check for pending messages. Also report errors in the first run if a flaky test fails twice.
diff --git a/src/version.c b/src/version.c index cfafa3f..69b4990 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 480, +/**/ 479, /**/ 478,