diff options
| author | David Bürgin <676c7473@gmail.com> | 2015-03-22 00:47:39 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-03-25 16:33:24 -0400 |
| commit | d2d99454e63c0e6649fddd52bbd9a10d27c2e347 (patch) | |
| tree | d1d3395178b42dfd370c2e932f642abff1b34455 /src/nvim/testdir/Makefile | |
| parent | c56c035576f56f86405c40f3708bff49c996f1f8 (diff) | |
| download | rneovim-d2d99454e63c0e6649fddd52bbd9a10d27c2e347.tar.gz rneovim-d2d99454e63c0e6649fddd52bbd9a10d27c2e347.tar.bz2 rneovim-d2d99454e63c0e6649fddd52bbd9a10d27c2e347.zip | |
tests: Migrate legacy test 94 #2218
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 8e0f853446..70e6f8ee4c 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -27,7 +27,7 @@ SCRIPTS := test_autoformat_join.out \ test76.out test78.out test79.out test80.out \ test82.out test83.out test85.out \ test86.out test87.out test88.out \ - test92.out test93.out test94.out \ + test92.out test93.out \ test96.out test99.out \ test_listlbr.out \ test_breakindent.out |