mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
CI: fix failing tests because of hash.wyhash duplicates
This commit is contained in:
@@ -5,7 +5,7 @@ module wyrand
|
||||
|
||||
import math.bits
|
||||
import rand.util
|
||||
import hash.wyhash
|
||||
import hash as wyhash
|
||||
|
||||
// Redefinition of some constants that we will need for pseudorandom number generation
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user