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

tests: fix sha1 test by fixing << | expressions with explicit parenthesis for now.

This commit is contained in:
Delyan Angelov
2020-04-08 16:30:19 +03:00
parent 80888b9518
commit a8fe3a59b0
2 changed files with 4 additions and 5 deletions

View File

@ -14,7 +14,6 @@ const (
'vlib/crypto/aes/aes_test.v',
'vlib/crypto/rand/rand_test.v',
'vlib/crypto/rc4/rc4_test.v',
'vlib/crypto/sha1/sha1_test.v',
'vlib/crypto/sha256/sha256_test.v',
'vlib/crypto/sha512/sha512_test.v',
'vlib/encoding/base64/base64_memory_test.v',