diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2016-02-13 11:41:48 +0100 |
|---|---|---|
| committer | Lucas Hoffmann <l-m-h@web.de> | 2016-02-20 07:57:55 +0100 |
| commit | 4a02dc082805fa8eb5b2a72d36c5d82a3a742aca (patch) | |
| tree | 5d94dedeee980e9519d91784dc6e04140bd3c2fd /src/nvim/testdir/Makefile | |
| parent | 76c9bd00d05c275681a247a1d3d81a865af07498 (diff) | |
| download | rneovim-4a02dc082805fa8eb5b2a72d36c5d82a3a742aca.tar.gz rneovim-4a02dc082805fa8eb5b2a72d36c5d82a3a742aca.tar.bz2 rneovim-4a02dc082805fa8eb5b2a72d36c5d82a3a742aca.zip | |
tests: Remove old charset test after migration.
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 f077414e18..9dd18ab63e 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -25,7 +25,6 @@ SCRIPTS := \ test88.out \ test_listlbr.out \ test_breakindent.out \ - test_charsearch.out \ test_close_count.out \ test_marks.out \ test_match_conceal.out \ |