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

base64: fix build

This commit is contained in:
Alexey
2020-04-09 13:17:01 +03:00
committed by GitHub
parent 89b83400f5
commit 56c3a8b9a2
2 changed files with 12 additions and 14 deletions

View File

@ -14,8 +14,6 @@ const (
'vlib/crypto/aes/aes_test.v',
'vlib/crypto/rand/rand_test.v',
'vlib/crypto/rc4/rc4_test.v',
'vlib/encoding/base64/base64_memory_test.v',
'vlib/encoding/base64/base64_test.v',
'vlib/encoding/utf8/utf8_util_test.v',
'vlib/eventbus/eventbus_test.v',
'vlib/flag/flag_test.v',