mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 20:17:42 +00:00
make tests green again
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user