summary refs log tree commit diff stats
path: root/tests/gc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-02-07 18:49:41 +0100
committerAraq <rumpf_a@web.de>2014-02-07 18:49:41 +0100
commitc3adc19f471ddddf0cab9a92908dcdbede26b3eb (patch)
tree71ea4c13bd87cf659c4d892379f2d44f54b14f97 /tests/gc
parentd07d83d8fcca8394f2cf00aa78e357c736ed2534 (diff)
downloadNim-c3adc19f471ddddf0cab9a92908dcdbede26b3eb.tar.gz
tester compiles again
Diffstat (limited to 'tests/gc')
-rw-r--r--tests/gc/gcleak5.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc/gcleak5.nim b/tests/gc/gcleak5.nim
index b9131051b..9e2948729 100644
--- a/tests/gc/gcleak5.nim
+++ b/tests/gc/gcleak5.nim
@@ -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)