mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
builtin: cleanup by merging fixed array tests into one test file (#22884)
This commit is contained in:
parent
864845bccd
commit
d2cb41c887
11 changed files with 604 additions and 625 deletions
|
@ -30,7 +30,6 @@ const essential_list = [
|
|||
//
|
||||
'vlib/builtin/int_test.v',
|
||||
'vlib/builtin/array_test.v',
|
||||
'vlib/builtin/array_sorted_test.v',
|
||||
'vlib/builtin/float_test.v',
|
||||
'vlib/builtin/byte_test.v',
|
||||
'vlib/builtin/rune_test.v',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue