ci: fix build-vc job

pull/10358/head
Delyan Angelov 2021-06-05 18:26:56 +03:00
parent 55ef849cd2
commit 9924f6c54b
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ pub fn mark_used(mut table ast.Table, pref &pref.Preferences, ast_files []&ast.F
$if trace_skip_unused ? {
eprintln('>> t.used_fns: $table.used_fns.keys()')
eprintln('>> t.used_consts: $table.used_consts.keys()')
eprintln('>> walker.n_maps: $walker.n_maps')
eprintln('>> walker.table.used_maps: $walker.table.used_maps')
}
}