mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: disable cookie test for now
This commit is contained in:
@@ -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
|
||||
}
|
||||
*/
|
||||
|
Reference in New Issue
Block a user