Skip to content

Commit ae05ab8

Browse files
committed
ci: fix ubuntu-tcc job
1 parent 57f3066 commit ae05ab8

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

cmd/tools/bench/wyhash.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ import rand
66
import benchmark
77

88
fn main() {
9+
_ := map{
10+
1: 1
11+
}
912
rand.seed([u32(42), 0])
1013
sample_size := 10000000
1114
min_str_len := 20

cmd/tools/vwipe-cache.v

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import os
44
import v.vcache
55

66
fn main() {
7+
_ := map{
8+
1: 1
9+
}
710
mut cm := vcache.new_cache_manager([])
811
cpath := cm.basepath
912
if os.exists(cpath) && os.is_dir(cpath) {

0 commit comments

Comments
 (0)