mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
tests: disable cookie test for now
This commit is contained in:
parent
c6c2fccb23
commit
df37597f00
4 changed files with 11 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue