0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

patch 8.1.1434: test 3 is old style

Problem:    Test 3 is old style.
Solution:   Turn into a new style test. (Yegappan Lakshmanan, closes #4460)
This commit is contained in:
Bram Moolenaar
2019-05-31 20:02:53 +02:00
parent eea1699836
commit 1ab74a5af3
7 changed files with 5127 additions and 4460 deletions

View File

@@ -2181,7 +2181,6 @@ test_libvterm:
# These do not depend on the executable, compile it when needed. # These do not depend on the executable, compile it when needed.
test1 \ test1 \
test_eval \ test_eval \
test3 \
test39 \ test39 \
test42 test44 test48 test49 \ test42 test44 test48 test49 \
test52 test59 \ test52 test59 \

View File

@@ -13,7 +13,6 @@ SCRIPTS_FIRST = \
# Tests that run on all systems. # Tests that run on all systems.
SCRIPTS_ALL = \ SCRIPTS_ALL = \
test3.out \
test39.out \ test39.out \
test42.out \ test42.out \
test44.out \ test44.out \

View File

@@ -73,7 +73,7 @@ VIMPROG = <->vim.exe
.SUFFIXES : .out .in .SUFFIXES : .out .in
SCRIPT = test1.out test3.out \ SCRIPT = test1.out \
test39.out \ test39.out \
test42.out test44.out test48.out test49.out \ test42.out test44.out test48.out test49.out \
test64.out test69.out \ test64.out test69.out \

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -767,6 +767,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1434,
/**/ /**/
1433, 1433,
/**/ /**/