summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-07-23 06:25:29 +0100
committerBram Moolenaar <Bram@vim.org>2022-07-23 06:25:29 +0100
commitbb404f5ad5ec909318bc24e5b82e4ed7b87ba8f4 (patch)
treebe296d15ed4520057e144afafda736c646fceee7 /src/testdir/Make_all.mak
parent81a3ff97e2012bdafc3ece796289f2e11e2754f3 (diff)
patch 9.0.0059: test file has wrong namev9.0.0059
Problem: Test file has wrong name. Solution: Rename the file. Various small fixes. (closes #10674)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index bc286321f9..dbda7e15f3 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -125,7 +125,6 @@ NEW_TESTS = \
test_expand_func \
test_expr \
test_expr_utf8 \
- test_feedkeys \
test_file_perm \
test_file_size \
test_filechanged \
@@ -164,6 +163,7 @@ NEW_TESTS = \
test_increment \
test_increment_dbcs \
test_indent \
+ test_input \
test_ins_complete \
test_ins_complete_no_halt \
test_interrupt \
@@ -408,6 +408,7 @@ NEW_TESTS_RES = \
test_increment.res \
test_increment_dbcs.res \
test_indent.res \
+ test_input.res \
test_ins_complete.res \
test_ins_complete_no_halt.res \
test_interrupt.res \