tester compiles again

This commit is contained in:
Araq
2014-02-07 18:49:41 +01:00
parent d07d83d8fc
commit c3adc19f47
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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 -----------------------------------