diff --git a/vlib/builtin/array_test.v b/vlib/builtin/array_test.v index 629963b2c0..4018d616d6 100644 --- a/vlib/builtin/array_test.v +++ b/vlib/builtin/array_test.v @@ -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]' } +*/