diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2015-06-11 12:33:08 +0200 |
|---|---|---|
| committer | Lucas Hoffmann <l-m-h@web.de> | 2016-05-20 11:25:24 +0200 |
| commit | 95442026e89ea73db2121602de37bb63455ad0ce (patch) | |
| tree | 330c8953eb582ad4605fdd1892c548590c06581e /src/nvim/testdir/Makefile | |
| parent | 66adc2daeee6d044b17f49553ac1716eadb5c6f1 (diff) | |
| download | rneovim-95442026e89ea73db2121602de37bb63455ad0ce.tar.gz rneovim-95442026e89ea73db2121602de37bb63455ad0ce.tar.bz2 rneovim-95442026e89ea73db2121602de37bb63455ad0ce.zip | |
tests: Migrate legacy test close_count.
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 90542a6a6c..15ba5d15f8 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -32,7 +32,6 @@ SCRIPTS := \ test73.out \ test79.out \ test_listlbr.out \ - test_close_count.out \ test_marks.out \ # Tests using runtest.vim.vim. |