summaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-09-29 20:54:59 +0200
committerBram Moolenaar <Bram@vim.org>2016-09-29 20:54:59 +0200
commitb3435b0a3a0967115658d0a8c0224a28969cfa02 (patch)
treeba3e92bbd27469c2517d930906088d6d40f8549d /src/Makefile
parentb9c31e71f5a4653a27e81c21226039bfa35b9131 (diff)
patch 8.0.0019v8.0.0019
Problem: Test_command_count is old style. Solution: Turn it into a new style test. (Naruhiko Nishino) Use more assert functions.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index d7658e9360..ec984b7ad4 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2028,7 +2028,6 @@ test1 \
test_breakindent \
test_changelist \
test_close_count \
- test_command_count \
test_comparators \
test_erasebackword \
test_eval \
@@ -2066,6 +2065,7 @@ test_arglist \
test_channel \
test_charsearch \
test_cmdline \
+ test_command_count \
test_crypt \
test_cscope \
test_cursor_func \