mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +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)
|
||||
|
||||
@@ -129,7 +129,7 @@ proc gcTests(r: var TResults, cat: Category, options: string) =
|
||||
test "cycleleak"
|
||||
test "closureleak"
|
||||
test "refarrayleak"
|
||||
rest "stackrefleak"
|
||||
test "stackrefleak"
|
||||
|
||||
|
||||
# ------------------------- threading tests -----------------------------------
|
||||
|
||||
Reference in New Issue
Block a user