diff options
| author | Daniel Hahler <git@thequod.de> | 2018-02-24 21:35:28 +0100 |
|---|---|---|
| committer | Daniel Hahler <git@thequod.de> | 2018-09-08 16:43:27 +0200 |
| commit | 2c64f01674d110063d79c77b0246abcc8a6f4ca3 (patch) | |
| tree | 54d19f4719af396e9b7df4e5edff13cf8386ee84 /src/nvim/testdir/Makefile | |
| parent | 50eadfe2e991a0bb5fe0f98377d91702f0a20492 (diff) | |
| download | rneovim-2c64f01674d110063d79c77b0246abcc8a6f4ca3.tar.gz rneovim-2c64f01674d110063d79c77b0246abcc8a6f4ca3.tar.bz2 rneovim-2c64f01674d110063d79c77b0246abcc8a6f4ca3.zip | |
vim-patch:8.0.0708: some tests are old style
Problem: Some tests are old style.
Solution: Change a few tests from old style to new style. (pschuh,
closes vim/vim#1813)
https://github.com/vim/vim/commit/292eff0c5aacb8531d65509679b6c29eae8dc22a
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 10cbd91e36..9a83a46add 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -15,7 +15,6 @@ export TMPDIR := $(abspath ../../../Xtest-tmpdir) SCRIPTS_DEFAULT = \ test14.out \ - test24.out \ test37.out \ test42.out \ test48.out \ @@ -35,7 +34,7 @@ SCRIPTS ?= $(SCRIPTS_DEFAULT) NEW_TESTS_ALOT := test_alot_utf8 test_alot NEW_TESTS_IN_ALOT := $(shell sed '/^source/ s/^source //;s/\.vim$$//' test_alot*.vim) # Ignored tests. -# test_alot_latin1: Nvim does not allow setting encoding. +# test_alot_latin: Nvim does not allow setting encoding. # test_arglist: ported to Lua, but kept for easier merging. # test_autochdir: ported to Lua, but kept for easier merging. # test_eval_func: used as include in old-style test (test_eval.in). |