commit | 44d6652d561d628d12e3ff7f6636ea7d1f805ced | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 22:26:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 06 22:26:57 2020 +0200 |
tree | d56a1089639a79cb532db4dac3b0089e3ef27254 | |
parent | 9bd5d879c2ecfbdbb168b090e12f4b89724a302e [diff] [blame] |
patch 8.2.1632: not checking the context of test_fails() Problem: Not checking the context of test_fails(). Solution: Add the line number and context arguments. Give error if assert_fails() argument types are wrong.
diff --git a/src/version.c b/src/version.c index 39dbe0f..2a13bf3 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1632, +/**/ 1631, /**/ 1630,