diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-04-27 15:45:53 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-04-27 21:45:53 +0200 |
| commit | f86f0a8bc7a291ef4bfedb33c5a7a6ba3b525e7c (patch) | |
| tree | b1602f066e1ec4caed1c2d02c33195319cdfc89d /src/nvim/testdir/Makefile | |
| parent | 1039e0621d4c23d42d513efdf413d4767db9bccb (diff) | |
| download | rneovim-f86f0a8bc7a291ef4bfedb33c5a7a6ba3b525e7c.tar.gz rneovim-f86f0a8bc7a291ef4bfedb33c5a7a6ba3b525e7c.tar.bz2 rneovim-f86f0a8bc7a291ef4bfedb33c5a7a6ba3b525e7c.zip | |
vim-patch:8.1.1214: old style tests #9948
Problem: Old style tests.
Solution: Move tests from test14 to new style test files. (Yegappan
Lakshmanan, closes vim/vim#4308)
https://github.com/vim/vim/commit/c6b37db1ba704455daa8f9e78bc1c2492fb81f40
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 6ce49e7596..56b7b99c1b 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 = \ - test14.out \ test37.out \ test42.out \ test48.out \ |