fixes the testcase

This commit is contained in:
Araq
2019-09-17 10:46:57 +02:00
committed by Andreas Rumpf
parent c9f3a8b269
commit ea8a049af3

View File

@@ -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]