From 53f0c962394dc6bc66d5b0762af9434e672d1b25 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 22 Oct 2017 14:23:59 +0200 Subject: patch 8.0.1209: 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 #2230) --- src/testdir/Make_all.mak | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index eb13761d22..d0afdb5614 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -14,14 +14,12 @@ SCRIPTS_FIRST = \ # Tests that run on all systems. SCRIPTS_ALL = \ test3.out \ - test8.out \ test14.out \ test15.out \ test19.out \ test20.out \ test28.out \ test29.out \ - test34.out \ test36.out \ test37.out \ test38.out \ @@ -44,7 +42,6 @@ SCRIPTS_ALL = \ test95.out \ test99.out \ test108.out \ - test_autoformat_join.out \ test_changelist.out \ test_close_count.out \ test_erasebackword.out \ @@ -72,11 +69,6 @@ SCRIPTS_MORE2 = \ test49.out -# Tests that run on most systems, but not MingW and Cygwin. -SCRIPTS_MORE3 = \ - test54.out - - # Tests that run on most systems, but not on VMS SCRIPTS_MORE4 = \ test17.out \ @@ -187,6 +179,7 @@ NEW_TESTS = test_arabic.res \ test_textobjects.res \ test_undo.res \ test_usercommands.res \ + test_user_func.res \ test_viminfo.res \ test_vimscript.res \ test_visual.res \ -- cgit v1.2.3