diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2015-05-05 10:29:21 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2015-05-27 12:31:09 -0400 |
| commit | bc27c9e8d1630e3170b5ea5a87c7ae06a231b058 (patch) | |
| tree | 1aead5cfa9ffbffb309f1075b7436ae3dd94870b /src/nvim/testdir/Makefile | |
| parent | a4c22c95e34080b7c9d0d704f1850dd109346622 (diff) | |
| download | rneovim-bc27c9e8d1630e3170b5ea5a87c7ae06a231b058.tar.gz rneovim-bc27c9e8d1630e3170b5ea5a87c7ae06a231b058.tar.bz2 rneovim-bc27c9e8d1630e3170b5ea5a87c7ae06a231b058.zip | |
tests: Migrate legacy test 76. #2711
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 bc5b03727e..b95f6b4499 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -24,7 +24,7 @@ SCRIPTS := test_autoformat_join.out \ test61.out test62.out test63.out test64.out test65.out \ test68.out test69.out \ test71.out test73.out test74.out \ - test76.out test79.out test80.out \ + test79.out test80.out \ test82.out test83.out \ test86.out test87.out test88.out \ test_listlbr.out \ |