remove `last` test

pull/2665/head
Alexander Medvednikov 2019-11-06 18:19:03 +03:00
parent 73134035a9
commit 75510e2ea1
1 changed files with 2 additions and 0 deletions

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]'
}
*/