vim-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 vim/vim#1819)

710b4a1646
This commit is contained in:
Justin M. Keyes
2018-02-11 20:09:15 +01:00
parent e3cfe7853d
commit 67e3b1e0c5
2 changed files with 2 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ source test_popup.vim
source test_recover.vim
source test_regexp_utf8.vim
source test_source_utf8.vim
source test_sha256.vim
source test_statusline.vim
source test_syn_attr.vim
source test_tabline.vim

View File

@@ -11,3 +11,4 @@ source test_matchadd_conceal_utf8.vim
source test_regexp_utf8.vim
source test_source_utf8.vim
source test_utf8.vim
source test_utf8_comparisons.vim