mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix tests
This commit is contained in:
@@ -16,7 +16,7 @@ fn test_ints() {
|
||||
assert a[4] == 4
|
||||
assert a.last() == 4
|
||||
|
||||
mut s := a.str()
|
||||
s := a.str()
|
||||
assert s == '[1, 5, 2, 3, 4]'
|
||||
assert a[1] == 5
|
||||
assert a.last() == 4
|
||||
|
Reference in New Issue
Block a user