mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
fixes the testcase
This commit is contained in:
@@ -11,8 +11,7 @@ done'''
|
||||
import tables
|
||||
|
||||
type Flop = object
|
||||
a: int
|
||||
#array[128, int] # <-- compile time is proportional to array size
|
||||
a: array[128, int] # <-- compile time is proportional to array size
|
||||
|
||||
proc hop(): bool =
|
||||
var v: Table[int, Flop]
|
||||
|
||||
Reference in New Issue
Block a user