diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2015-05-15 19:03:49 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-27 12:51:37 -0400 |
| commit | 5218fc2ccbf388d103c54b0ec9e44e4466d4077e (patch) | |
| tree | c3ed77a5601e346cfef82e968dbc2f1110f85a43 /src/nvim/testdir/Makefile | |
| parent | a3c3811436ff95a5c3fa75cdd6b542a63b9f2b85 (diff) | |
| download | rneovim-5218fc2ccbf388d103c54b0ec9e44e4466d4077e.tar.gz rneovim-5218fc2ccbf388d103c54b0ec9e44e4466d4077e.tar.bz2 rneovim-5218fc2ccbf388d103c54b0ec9e44e4466d4077e.zip | |
tests: Migrate legacy test 82.
Helped-By: David Bürgin <676c7473@gmail.com>
Helped-By: Shougo Matsushita <Shougo.Matsu@gmail.com>
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 23811786d3..2827b62274 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -24,7 +24,7 @@ SCRIPTS := test_autoformat_join.out \ test68.out test69.out \ test71.out test73.out test74.out \ test79.out test80.out \ - test82.out test83.out \ + test83.out \ test86.out test87.out test88.out \ test_listlbr.out \ test_breakindent.out \ |