commit | 50182fa84e20a0547f3e2bd6683ef799fcd27855 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Apr 28 21:34:40 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Apr 28 21:34:40 2018 +0200 |
tree | e68877870cf854837d637d83208edbd114ce185c | |
parent | 65a5464985f980d2bbbf4e14d39d416dce065ec7 [diff] [blame] |
patch 8.0.1771: in tests, when WaitFor() fails it doesn't say why Problem: In tests, when WaitFor() fails it doesn't say why. (James McCoy) Solution: Add WaitForAssert(), which produces an assert error when it fails.
diff --git a/src/version.c b/src/version.c index a824e8d..c7637a3 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1771, +/**/ 1770, /**/ 1769,