diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-27 21:06:09 -0400 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-27 21:06:09 -0400 |
| commit | 48e945e588c1f32b0ae358d674f033328e2696c6 (patch) | |
| tree | b706f514205bb1d5cdd2684e1e6dddfba6b8f562 /src/nvim/testdir/Makefile | |
| parent | c29cc50b3a3ab31e606a516c0954f96ac124b0f2 (diff) | |
| parent | 71e3aec029ae80183a008c04e31fb024e7d47830 (diff) | |
| download | rneovim-48e945e588c1f32b0ae358d674f033328e2696c6.tar.gz rneovim-48e945e588c1f32b0ae358d674f033328e2696c6.tar.bz2 rneovim-48e945e588c1f32b0ae358d674f033328e2696c6.zip | |
Merge pull request #2825 from lucc/legacy/listlbr
tests: Migrate legacy test listlbr.
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 3e17117db0..867cab9fbf 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -31,7 +31,6 @@ SCRIPTS := \ test69.out \ test73.out \ test79.out \ - test_listlbr.out \ test_marks.out \ # Tests using runtest.vim.vim. |