mirror of
https://github.com/vlang/v.git
synced 2025-09-16 16:02:29 +03:00
builtin: fix warnings for tests inside vlib/builtin/js
This commit is contained in:
parent
f6cb772347
commit
96c8188083
4 changed files with 9 additions and 1 deletions
|
@ -372,6 +372,9 @@ fn test_map_assign() {
|
|||
'r': u16(6)
|
||||
's': 5
|
||||
}}
|
||||
println(a)
|
||||
println(b)
|
||||
println(c)
|
||||
}
|
||||
|
||||
fn test_postfix_op_directly() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue