mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +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
|
@ -1166,7 +1166,9 @@ fn test_array_int_pop() {
|
|||
assert a.len == 3
|
||||
assert z == 4
|
||||
x1 := a.pop()
|
||||
println(x1)
|
||||
x2 := a.pop()
|
||||
println(x2)
|
||||
final := a.pop()
|
||||
assert final == 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue