mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 06:45:27 +00:00
tester compiles again
This commit is contained in:
@@ -14,7 +14,7 @@ proc main =
|
||||
|
||||
if i mod 100 == 0:
|
||||
let om = getOccupiedMem()
|
||||
echo "memory: ", om
|
||||
#echo "memory: ", om
|
||||
if om > 100_000: quit "leak"
|
||||
|
||||
inc(i)
|
||||
|
||||
Reference in New Issue
Block a user