diff options
author | watiko <service@mail.watiko.net> | 2016-02-20 20:47:37 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-03-02 17:32:24 +0900 |
commit | 1addc45e78155a73f52a00762cb77abbd3f8d993 (patch) | |
tree | 0b13e8071c69a5b0201dd067e01b233a9103e8e5 | |
parent | 29a1807de8986fa3b8416f3d73c26fda91bce403 (diff) | |
download | rneovim-1addc45e78155a73f52a00762cb77abbd3f8d993.tar.gz rneovim-1addc45e78155a73f52a00762cb77abbd3f8d993.tar.bz2 rneovim-1addc45e78155a73f52a00762cb77abbd3f8d993.zip |
test: Remove migrated legacy test from 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 9f54a5918c..b760811585 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -37,7 +37,6 @@ SCRIPTS := \ test_breakindent.out \ test_close_count.out \ test_marks.out \ - test_match_conceal.out \ NEW_TESTS := \ test_alot.res \ |