Skip to content

Commit 1dd301a

Browse files
yegappanchrisbra
authored andcommitted
patch 9.1.2029: tests: the test_vim9_class.vim testfile is too long
Problem: tests: the test_vim9_class.vim testfile is too long Solution: Split out the interface related test cases into a new test file test_vim9_interface.vim (Yegappan Lakshmanan) closes: #19032 Signed-off-by: Yegappan Lakshmanan <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent e74e40d commit 1dd301a

4 files changed

Lines changed: 4010 additions & 4000 deletions

File tree

src/testdir/Make_all.mak

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ TEST_VIM9 = \
5050
test_vim9_func \
5151
test_vim9_generics \
5252
test_vim9_import \
53+
test_vim9_interface \
5354
test_vim9_python3 \
5455
test_vim9_script \
5556
test_vim9_typealias
@@ -66,6 +67,7 @@ TEST_VIM9_RES = \
6667
test_vim9_func.res \
6768
test_vim9_generics.res \
6869
test_vim9_import.res \
70+
test_vim9_interface.res \
6971
test_vim9_python3.res \
7072
test_vim9_script.res \
7173
test_vim9_typealias.res

0 commit comments

Comments
 (0)