diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-12-03 23:54:53 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2019-12-03 20:54:53 -0800 |
| commit | bcd5fc9764bba22cbfa6c1f2bf8849d5c712c0d9 (patch) | |
| tree | 5be81f13b9d2c89a9319f1f80e663671495c3bbc /src/nvim/testdir/Makefile | |
| parent | b1e4ec1c2a08981683b2355715a421c0bfb64644 (diff) | |
| download | rneovim-bcd5fc9764bba22cbfa6c1f2bf8849d5c712c0d9.tar.gz rneovim-bcd5fc9764bba22cbfa6c1f2bf8849d5c712c0d9.tar.bz2 rneovim-bcd5fc9764bba22cbfa6c1f2bf8849d5c712c0d9.zip | |
vim-patch:8.1.2384: test 48 is old style #11509
Problem: Test 48 is old style.
Solution: Merge test cases into new style test. (Yegappan Lakshmanan,
closes vim/vim#5307)
https://github.com/vim/vim/commit/079119babe1cbba3f9234927e62fd75465f2d6b4
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 6bf070a7e2..b470dbf8f6 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -15,7 +15,6 @@ export TMPDIR := $(abspath Xtest-tmpdir) SCRIPTS_DEFAULT = \ test42.out \ - test48.out \ test64.out \ ifneq ($(OS),Windows_NT) |