commit | e24b5e0b0f5ab015215ef2761baa98ccb1ba8606 | [log] [tgz] |
---|---|---|
author | Yegappan Lakshmanan <yegappan@yahoo.com> | Thu Sep 22 13:44:00 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 22 13:44:00 2022 +0100 |
tree | efd113e4e4e40d32cf12fa64b50e3dd29f05c00a | |
parent | f1d2ddcb9b298d8ed7d31c792c56531211fbd771 [diff] [blame] |
patch 9.0.0543: insufficient testing for assert and test functions Problem: Insufficient testing for assert and test functions. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #11190)
diff --git a/src/version.c b/src/version.c index d1ed0c4..d369456 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 543, +/**/ 542, /**/ 541,