make tests green again

This commit is contained in:
Araq
2018-11-05 16:41:48 +01:00
committed by Andreas Rumpf
parent e71410d74e
commit 1c7fbad378

View File

@@ -19,7 +19,6 @@ type
L: Natural
spart: seq[T]
apart: array[ArrayPartSize, T]
UncheckedArray* {.unchecked.}[T] = array[0, T]
template usesSeqPart(x): untyped = x.L > ArrayPartSize