commit | b3435b0a3a0967115658d0a8c0224a28969cfa02 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 20:54:59 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 29 20:54:59 2016 +0200 |
tree | ba3e92bbd27469c2517d930906088d6d40f8549d | |
parent | b9c31e71f5a4653a27e81c21226039bfa35b9131 [diff] [blame] |
patch 8.0.0019 Problem: Test_command_count is old style. Solution: Turn it into a new style test. (Naruhiko Nishino) Use more assert functions.
diff --git a/src/testdir/test_alot.vim b/src/testdir/test_alot.vim index f8804e0..e574391 100644 --- a/src/testdir/test_alot.vim +++ b/src/testdir/test_alot.vim
@@ -3,6 +3,7 @@ source test_assign.vim source test_autocmd.vim +source test_command_count.vim source test_cursor_func.vim source test_delete.vim source test_execute_func.vim