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:
@@ -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 \
|
||||||
|
@@ -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 \
|
||||||
|
@@ -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 \
|
||||||
|
2354
src/testdir/test3.in
2354
src/testdir/test3.in
File diff suppressed because it is too large
Load Diff
2102
src/testdir/test3.ok
2102
src/testdir/test3.ok
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user