tests: disable cookie test for now

This commit is contained in:
Alexander Medvednikov 2020-04-14 03:43:59 +02:00
parent c6c2fccb23
commit df37597f00
4 changed files with 11 additions and 5 deletions

View file

@ -1,5 +1,6 @@
module arrays
/*
pub fn range<T>(start, end T) []T {
mut res := []T
for i := start; i < end; i++ {
@ -7,3 +8,4 @@ pub fn range<T>(start, end T) []T {
}
return res
}
*/