1
0
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:
Delyan Angelov
2020-07-18 15:27:57 +03:00
parent ca8344460a
commit de0fc53d62
7 changed files with 6 additions and 145 deletions

View File

@@ -1,7 +1,7 @@
module main
import hash.fnv1a
import hash.wyhash
import hash as wyhash
import rand
import time