summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-08-02 16:10:39 +0200
committerBram Moolenaar <Bram@vim.org>2020-08-02 16:10:39 +0200
commitaa970abd0a987de96321d33db82f70bbceac931b (patch)
treecc8ef467c00b6274b7e221caa7850f22bcd667fc /src/testdir/Make_all.mak
parent8b89614e69b9b2330539d0482e44f4724053e780 (diff)
patch 8.2.1354: test 59 is old stylev8.2.1354
Problem: Test 59 is old style. Solution: Convert into a new style test. (Yegappan Lakshmanan, closes #6604)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 635087cbdc..0900a6cfd8 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -20,7 +20,7 @@ SCRIPTS_MORE1 =
SCRIPTS_MORE2 = test49.out
# Tests that run on most systems, but not on VMS
-SCRIPTS_MORE4 = test59.out
+SCRIPTS_MORE4 =
# Tests specifically for MS-Windows.
SCRIPTS_WIN32 =
@@ -242,6 +242,7 @@ NEW_TESTS = \
test_source \
test_source_utf8 \
test_spell \
+ test_spell_utf8 \
test_spellfile \
test_startup \
test_startup_utf8 \
@@ -464,6 +465,7 @@ NEW_TESTS_RES = \
test_sound.res \
test_source.res \
test_spell.res \
+ test_spell_utf8.res \
test_spellfile.res \
test_startup.res \
test_stat.res \