diff options
| author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-05 11:16:14 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-07-06 23:51:46 -0400 |
| commit | 37757b4f09f71cc3c72391e01ad4efdca87d6b43 (patch) | |
| tree | e013817bf32e7ddc1bf983d6c855c862ee6cd36d /src/nvim/testdir/Makefile | |
| parent | 41ccdb1ef204f61a4e923c9c0fbae2f1d0f4db36 (diff) | |
| download | rneovim-37757b4f09f71cc3c72391e01ad4efdca87d6b43.tar.gz rneovim-37757b4f09f71cc3c72391e01ad4efdca87d6b43.tar.bz2 rneovim-37757b4f09f71cc3c72391e01ad4efdca87d6b43.zip | |
vim-patch:8.0.1253: still too many old style tests
Problem: Still too many old style tests.
Solution: Convert a few more tests to new style. (Yegappan Lakshmanan,
closes vim/vim#2272)
https://github.com/vim/vim/commit/430dc5d360166ca5bb6a73f2c87ae53e09282ecb
Skip Test_tag_file_encoding.
083_tag_search_with_file_encoding_spec.lua handles the same test case.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index a161f14bc8..181d8bb33f 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -17,7 +17,6 @@ SCRIPTS_DEFAULT = \ test14.out \ test24.out \ test37.out \ - test40.out \ test42.out \ test48.out \ test52.out \ @@ -102,6 +101,7 @@ NEW_TESTS ?= \ test_stat.res \ test_startup.res \ test_substitute.res \ + test_swap.res \ test_syntax.res \ test_system.res \ test_tab.res \ |