1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove last test

This commit is contained in:
Alexander Medvednikov 2019-11-06 18:19:03 +03:00
parent 73134035a9
commit 75510e2ea1

View File

@ -480,6 +480,7 @@ fn test_eq() {
assert [`a`,`b`].eq([`a`,`b`]) == true
}
/*
fn test_for_last() {
numbers := [1, 2, 3, 4]
mut s := '['
@ -493,3 +494,4 @@ fn test_for_last() {
s += ']'
assert s == '[1, 2, 3, 4]'
}
*/