From 1addc45e78155a73f52a00762cb77abbd3f8d993 Mon Sep 17 00:00:00 2001 From: watiko Date: Sat, 20 Feb 2016 20:47:37 +0900 Subject: test: Remove migrated legacy test from Makefile --- src/nvim/testdir/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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 \ -- cgit