1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

array: vfmt array_test.v

This commit is contained in:
Alexander Medvednikov
2020-12-20 10:34:13 +01:00
parent 12d5720841
commit 4a5fb854e0
2 changed files with 132 additions and 162 deletions

View File

@ -59,6 +59,7 @@ const (
'vlib/gg/gg.v',
'vlib/os/',
'vlib/time/',
'v/vlib/builtin/array_test.v',
]
)