diff options
| author | David Bürgin <676c7473@gmail.com> | 2015-03-22 12:28:03 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-04 23:36:08 -0400 |
| commit | 9e91bb461f9704db13d2c75c815d79cc2cb0c4be (patch) | |
| tree | 99cffa2f3564fb1d0b9978af1d4c608c6ba7d616 /src/nvim/testdir/Makefile | |
| parent | 34b5cee533e457cb72314a0fcca4c227bde8487a (diff) | |
| download | rneovim-9e91bb461f9704db13d2c75c815d79cc2cb0c4be.tar.gz rneovim-9e91bb461f9704db13d2c75c815d79cc2cb0c4be.tar.bz2 rneovim-9e91bb461f9704db13d2c75c815d79cc2cb0c4be.zip | |
tests: Migrate legacy test 96 #2220
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 2dedc3db12..ee3eb89bd8 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -27,7 +27,6 @@ SCRIPTS := test_autoformat_join.out \ test76.out test79.out test80.out \ test82.out test83.out \ test86.out test87.out test88.out \ - test96.out \ test_listlbr.out \ test_breakindent.out \ test_argument_count.out \ |