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

tools: fix v test-cleancode

This commit is contained in:
Delyan Angelov 2020-12-15 10:38:33 +02:00
parent b2685c6060
commit f4419328b2
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -22,7 +22,7 @@ const (
'cmd/v/v.v',
'vlib/builtin/array.v',
'vlib/builtin/map.v',
'vlib/os/file.v',
'vlib/os/file.c.v',
'vlib/math/bits/bits.v',
'vlib/time/time.v',
'vlib/term/colors.v',