diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-04-30 14:28:24 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-04-30 14:28:24 +0200 |
commit | 0e9d1ae3216a5940b36bb56d155fb300b2e55b00 (patch) | |
tree | 767c007fd1c9241730dd2f9053614e41837475a7 /src/version.c | |
parent | 850d427f070a61267ef384a449992e72d2bea12c (diff) | |
download | vim-git-0e9d1ae3216a5940b36bb56d155fb300b2e55b00.tar.gz |
patch 8.0.1776: in tests, when WaitFor() fails it doesn't say whyv8.0.1776
Problem: In tests, when WaitFor() fails it doesn't say why.
Solution: Turn a few more WaitFor() into WaitForAssert().
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 06b9af842..9881dae86 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1776, +/**/ 1775, /**/ 1774, |