mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
builtin: fix warnings for tests inside vlib/builtin/js
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user