fix testing canary

This commit is contained in:
Mamy André-Ratsimbazafy 2020-10-05 22:20:29 +02:00
parent d622f48507
commit 49164b66d8
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 1 additions and 1 deletions

View File

@ -26,6 +26,6 @@ else:
func canary*(T: typedesc): T =
when T is BigInt:
for i in 0 ..< result.limbs.len:
result.limbs[0] = Canary
result.limbs[i] = Canary
else:
{.error: "Not implemented".}