diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-02 00:45:08 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-11 15:27:56 +0100 |
| commit | 54b9510e0572694e57d34d38e006b5e570850dea (patch) | |
| tree | be10349c294dde3964cdf4c5809d381633f8df1b /src/nvim/testdir/Makefile | |
| parent | 7d12597d29e60239fd5c586417b48982893c174e (diff) | |
| download | rneovim-54b9510e0572694e57d34d38e006b5e570850dea.tar.gz rneovim-54b9510e0572694e57d34d38e006b5e570850dea.tar.bz2 rneovim-54b9510e0572694e57d34d38e006b5e570850dea.zip | |
vim-patch:8.0.1158: still old style tests
Problem: Still old style tests.
Solution: Convert serveral tests to new style. (Yegappan Lakshmanan)
https://github.com/vim/vim/commit/db51007108a6ab0671e7f7b4844557cbe647185f
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 4d76e425f0..b0356e050e 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -22,7 +22,6 @@ SCRIPTS_DEFAULT = \ test48.out \ test49.out \ test52.out \ - test53.out \ test64.out \ test73.out \ test79.out \ |