mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: other mut vlib test fixes
This commit is contained in:
parent
aa889b0edc
commit
03258db26d
4 changed files with 9 additions and 7 deletions
|
@ -15,7 +15,7 @@ fn test_crypto_rc4() {
|
|||
mut src := 'toencrypt'.bytes()
|
||||
|
||||
// src & dst same, encrypt in place
|
||||
c.xor_key_stream(mut src, src) // encrypt data
|
||||
c.xor_key_stream(mut src, mut src) // encrypt data
|
||||
|
||||
c.reset()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue