summary refs log tree commit diff stats
path: root/tests/gc/gcleak5.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gc/gcleak5.nim')
-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)