summary refs log tree commit diff stats
path: root/tests/gc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-04-04 13:05:38 +0200
committerAraq <rumpf_a@web.de>2013-04-04 13:05:38 +0200
commitbeb13ecf621f87dea88912c340698459a63f0737 (patch)
treec46e8fe359ff0946c8f26624299c4b227dade0f3 /tests/gc
parent2f826b5305d27a5deb004bc91f52640d89c2f603 (diff)
downloadNim-beb13ecf621f87dea88912c340698459a63f0737.tar.gz
rod file viewer for easier debugging of rod files
Diffstat (limited to 'tests/gc')
-rw-r--r--tests/gc/closureleak.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gc/closureleak.nim b/tests/gc/closureleak.nim
index c3eeac07b..669e05227 100644
--- a/tests/gc/closureleak.nim
+++ b/tests/gc/closureleak.nim
@@ -30,4 +30,4 @@ for i in 0 .. <10:
     echo f.id
 
 gc_fullcollect()
-echo alive_foos.len <= 2
+echo alive_foos.len <= 3