diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-08 14:29:19 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-08 14:29:19 +0200 |
commit | 710b4a16465fb38492801a0dccf2293397aadc6a (patch) | |
tree | 1a5f984eb059806e8401bad50106c3845f8e789f /src/testdir/test_alot.vim | |
parent | c4f833808af930505017c9389d44a828601e247c (diff) | |
download | vim-710b4a16465fb38492801a0dccf2293397aadc6a.zip |
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)
Diffstat (limited to 'src/testdir/test_alot.vim')
-rw-r--r-- | src/testdir/test_alot.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index fec22714e..8e245ed20 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim @@ -44,6 +44,7 @@ source test_reltime.vim source test_searchpos.vim source test_set.vim source test_sort.vim +source test_sha256.vim source test_statusline.vim source test_syn_attr.vim source test_tabline.vim |