commit | 0e9d1ae3216a5940b36bb56d155fb300b2e55b00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 14:28:24 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 30 14:28:24 2018 +0200 |
tree | 767c007fd1c9241730dd2f9053614e41837475a7 | |
parent | 850d427f070a61267ef384a449992e72d2bea12c [diff] [blame] |
patch 8.0.1776: in tests, when WaitFor() fails it doesn't say why Problem: In tests, when WaitFor() fails it doesn't say why. Solution: Turn a few more WaitFor() into WaitForAssert().
diff --git a/src/version.c b/src/version.c index 06b9af8..9881dae 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1776, +/**/ 1775, /**/ 1774,