diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2015-05-15 19:03:49 +0200 |
|---|---|---|
| committer | Lucas Hoffmann <l-m-h@web.de> | 2016-01-25 09:39:59 +0100 |
| commit | 66f89ae3210c00db11a9b26fc57c1791f362a53d (patch) | |
| tree | 07bec408cd6455de3b584de2ba958a75df6ad185 /src/nvim/testdir/Makefile | |
| parent | 63d0f6e94a66019634acdbc44fe98118e8c09883 (diff) | |
| download | rneovim-66f89ae3210c00db11a9b26fc57c1791f362a53d.tar.gz rneovim-66f89ae3210c00db11a9b26fc57c1791f362a53d.tar.bz2 rneovim-66f89ae3210c00db11a9b26fc57c1791f362a53d.zip | |
tests: Migrate legacy test 83.
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 aaa6f4b97e..e27ac227c8 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -22,7 +22,6 @@ SCRIPTS := test_eval.out \ test68.out test69.out \ test73.out \ test79.out \ - test83.out \ test88.out \ test_listlbr.out \ test_breakindent.out \ |