From fb094e14c19337de824d4e6710ca6a2617930ab0 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 5 Nov 2017 20:59:28 +0100 Subject: patch 8.0.1271: still too many old style tests Problem: Still too many old style tests. Solution: Convert a few more tests to new style. (Yegappan Lakshmanan, closes #2290) --- src/testdir/Make_all.mak | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 4d618c6076..b407e6e22f 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -23,7 +23,6 @@ SCRIPTS_ALL = \ test42.out \ test44.out \ test48.out \ - test55.out \ test64.out \ test68.out \ test69.out \ @@ -34,14 +33,11 @@ SCRIPTS_ALL = \ test95.out \ test99.out \ test108.out \ - test_changelist.out \ test_close_count.out \ test_erasebackword.out \ test_eval.out \ test_fixeol.out \ - test_insertcount.out \ test_listchars.out \ - test_search_mbyte.out \ test_wordcount.out @@ -123,6 +119,7 @@ NEW_TESTS = test_arabic.res \ test_langmap.res \ test_let.res \ test_lineending.res \ + test_listdict.res \ test_listlbr.res \ test_listlbr_utf8.res \ test_lua.res \ -- cgit v1.2.3