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

test-cleancode: add benchmark and bitfield (#7613)

This commit is contained in:
Lukas Neubert
2020-12-27 14:51:55 +01:00
committed by GitHub
parent e8b5fa2134
commit 6f194f2fa9
2 changed files with 35 additions and 23 deletions

View File

@ -20,7 +20,9 @@ const (
vfmt_verify_list = [
'cmd/tools/vdoc/vdoc.v',
'cmd/v/v.v',
'vlib/arrays',
'vlib/arrays/',
'vlib/benchmark/',
'vlib/bitfield/',
'vlib/builtin/array.v',
'vlib/builtin/array_test.v',
'vlib/builtin/map.v',