commit | 5869cf060e60cc09e71b2b3bd85f0576ec78f9f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 20:06:14 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 14 20:06:14 2017 +0100 |
tree | 12b84676d1718a5ab703c711a5a2f50d33b59956 | |
parent | fad609d067926d350b4e4ee6ecb55bdbf111a272 [diff] [blame] |
patch 8.0.0186: confusing error message from assert_notequal() Problem: The error message from assert_notequal() is confusing. Solution: Only mention the expected value.
diff --git a/src/version.c b/src/version.c index d5fa549..6511b36 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 186, +/**/ 185, /**/ 184,