diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-19 23:12:35 -0400 |
|---|---|---|
| committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-19 23:15:47 -0400 |
| commit | 91c1737de67b0e3384fd69a6059b2c7b54690432 (patch) | |
| tree | 401d2ab632b0c4232861b170b032bc6683f3d197 /src/nvim/testdir/Makefile | |
| parent | bd885d878fdc33ac5dc1674d5977b4f96aae5507 (diff) | |
| download | rneovim-91c1737de67b0e3384fd69a6059b2c7b54690432.tar.gz rneovim-91c1737de67b0e3384fd69a6059b2c7b54690432.tar.bz2 rneovim-91c1737de67b0e3384fd69a6059b2c7b54690432.zip | |
vim-patch:8.1.1357: test 37 is old style
Problem: Test 37 is old style.
Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes vim/vim#4398)
https://github.com/vim/vim/commit/999dc14644b8a9530ce0da22e90ca402c95c9c5a
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 8ea2689939..7b1f0f59cc 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -14,7 +14,6 @@ export NVIM_PRG := $(NVIM_PRG) export TMPDIR := $(abspath ../../../Xtest-tmpdir) SCRIPTS_DEFAULT = \ - test37.out \ test42.out \ test48.out \ test52.out \ |