Skip to content

Commit 999dc14

Browse files
committed
patch 8.1.1357: test 37 is old style
Problem: Test 37 is old style. Solution: Turn it into a new style test. (Yegappan Lakshmanan, closes #4398)
1 parent 8471e57 commit 999dc14

7 files changed

Lines changed: 244 additions & 152 deletions

File tree

src/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2179,7 +2179,7 @@ test_libvterm:
21792179
test1 \
21802180
test_eval \
21812181
test3 \
2182-
test30 test37 test39 \
2182+
test30 test39 \
21832183
test42 test44 test48 test49 \
21842184
test52 test59 \
21852185
test64 test69 \

src/testdir/Make_all.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ SCRIPTS_FIRST = \
1414
# Tests that run on all systems.
1515
SCRIPTS_ALL = \
1616
test3.out \
17-
test37.out \
1817
test39.out \
1918
test42.out \
2019
test44.out \

src/testdir/Make_vms.mms

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ VIMPROG = <->vim.exe
7474
.SUFFIXES : .out .in
7575

7676
SCRIPT = test1.out test3.out \
77-
test30.out test37.out test39.out \
77+
test30.out test39.out \
7878
test42.out test44.out test48.out test49.out \
7979
test64.out test69.out \
8080
test72.out test77a.out test88.out \

src/testdir/test37.in

Lines changed: 0 additions & 116 deletions
This file was deleted.

src/testdir/test37.ok

Lines changed: 0 additions & 33 deletions
This file was deleted.

0 commit comments

Comments
 (0)