make tests green again

This commit is contained in:
Araq
2018-07-31 10:25:02 +02:00
parent 53566f7165
commit f5a1952027

View File

@@ -15,7 +15,7 @@ proc main =
let val = s[i]()
if val != $(i*i): echo "bug ", val
if getOccupiedMem() > 3000_000: quit("still a leak!")
if getOccupiedMem() > 5000_000: quit("still a leak!")
echo "success"
main()