commit | 288ed23e3929ff55a8ae30db0ba3f57b6f119dc8 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Mon Jul 04 11:03:07 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 11:03:07 2022 +0100 |
tree | 04bcea7f4c7694e7e2a2c8db7589b3d3e49b73ce | |
parent | 4dd9252d6f0e93c9118c808bd47f407d581947a8 [diff] [blame] |
patch 9.0.0034: spell tests do not always clear the word list Problem: Spell tests do not always clear the word list. Solution: Clear the word list in TearDown(). (closes #10659)
diff --git a/src/version.c b/src/version.c index 419e25f..180a4cf 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 34, +/**/ 33, /**/ 32,