Skip to content

Commit 171c50e

Browse files
yegappanchrisbra
authored andcommitted
patch 9.0.2080: vim9_script test too large
Problem: vim9_script test too large Solution: split vim9 type alias test into separate test file Move type alias tests to a separate test file closes: #13447 Signed-off-by: Yegappan Lakshmanan <yegappan@yahoo.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent 8ebdbc9 commit 171c50e

4 files changed

Lines changed: 545 additions & 535 deletions

File tree

src/testdir/Make_all.mak

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ TEST_VIM9 = \
4444
test_vim9_fails \
4545
test_vim9_func \
4646
test_vim9_import \
47-
test_vim9_script
47+
test_vim9_script \
48+
test_vim9_typealias
4849

4950
TEST_VIM9_RES = \
5051
test_vim9_assign.res \
@@ -56,7 +57,8 @@ TEST_VIM9_RES = \
5657
test_vim9_fails.res \
5758
test_vim9_func.res \
5859
test_vim9_import.res \
59-
test_vim9_script.res
60+
test_vim9_script.res \
61+
test_vim9_typealias.res
6062

6163
# Benchmark scripts.
6264
SCRIPTS_BENCH = test_bench_regexp.res

0 commit comments

Comments
 (0)