diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2016-03-10 10:16:44 -0500 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2016-03-10 10:16:44 -0500 |
| commit | e7485ab1c969bb4077db42be92473a8923bb1e08 (patch) | |
| tree | b443e4446f02fdc71f19ea2b81cc62c721fa384d /src/nvim/testdir/Makefile | |
| parent | d9ecd0662700839cead978607150e410ba529fc4 (diff) | |
| parent | 316d38d98c67c0d6312d55304743ee9b376c8dbc (diff) | |
| download | rneovim-e7485ab1c969bb4077db42be92473a8923bb1e08.tar.gz rneovim-e7485ab1c969bb4077db42be92473a8923bb1e08.tar.bz2 rneovim-e7485ab1c969bb4077db42be92473a8923bb1e08.zip | |
Merge pull request #2877 from lucc/test88
test: Migrate legacy test 88.
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 63ca4cf6c4..ec236e72b4 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -32,7 +32,6 @@ SCRIPTS := \ test69.out \ test73.out \ test79.out \ - test88.out \ test_listlbr.out \ test_breakindent.out \ test_close_count.out \ |