commit | 710b4a16465fb38492801a0dccf2293397aadc6a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 14:29:19 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 08 14:29:19 2017 +0200 |
tree | 1a5f984eb059806e8401bad50106c3845f8e789f | |
parent | c4f833808af930505017c9389d44a828601e247c [diff] [blame] |
patch 8.0.0699: checksum tests are not actually run Problem: Checksum tests are not actually run. Solution: Add the tests to the list. (Dominique Pelle, closes #1819)
diff --git a/src/version.c b/src/version.c index bd4c3e1..8cbbbf7 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 699, +/**/ 698, /**/ 697,