commit | 08d2e795e72837a015e69894fb8ebd178e4014c9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 17:10:25 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 07 17:10:25 2019 +0100 |
tree | b41ccac57ab5db0636dc2216ba6f3db96401e512 | |
parent | 3c47e8384de62dd67748454a853677e32ee7842c [diff] [blame] |
patch 8.1.2404: channel test fails under valgrind Problem: Channel test fails under valgrind. Solution: Sleep a bit longer.
diff --git a/src/version.c b/src/version.c index f991cfb..53b9538 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2404, +/**/ 2403, /**/ 2402,