diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-12-11 22:55:26 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-12-11 22:55:26 +0100 |
commit | a703aaee4d6230ed81469ef0cb37f331bf255136 (patch) | |
tree | 85856c4ad9ff95994f036046eb9a7597289be422 /src/Makefile | |
parent | 8e6a31df81113bbf0e4bb5324a74dc5f6c62a490 (diff) | |
download | vim-a703aaee4d6230ed81469ef0cb37f331bf255136.zip |
patch 8.0.1387: wordcount test is old style
Problem: Wordcount test is old style.
Solution: Change into a new style test. (Yegappan Lakshmanan, closes #2434)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 2a66a02de..123575245 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2101,7 +2101,6 @@ run_message_test: $(MESSAGE_TEST_TARGET) # These do not depend on the executable, compile it when needed. test1 \ test_eval \ - test_wordcount \ test3 test11 test14 test15 test17 \ test29 test30 test36 test37 test39 \ test42 test44 test48 test49 \ @@ -2296,6 +2295,7 @@ test_arglist \ test_window_cmd \ test_window_id \ test_windows_home \ + test_wordcount \ test_writefile \ test_alot_latin \ test_alot_utf8 \ |