summary refs log tree commit diff stats
path: root/tests/gc/stackrefleak.nim
diff options
context:
space:
mode:
authorZahary Karadjov <zahary@gmail.com>2012-12-05 20:42:19 +0200
committerZahary Karadjov <zahary@gmail.com>2012-12-20 15:51:21 +0200
commit083d4f47083755b80be8356f89cf25d8608cb661 (patch)
treecbd78421ed5c04fe31f70f22cd5dd1e03e306aea /tests/gc/stackrefleak.nim
parentd0edb1826b2c49413b6b7b1b9b351a632bd323f9 (diff)
downloadNim-083d4f47083755b80be8356f89cf25d8608cb661.tar.gz
fixes the recently discovered GC memory leaks
This revision is intended as comparison point between the old and the new GC
The used GC can be switched in mmdisp and various statistics will be gathered during
execution (these will be removed/disabled in later revisions)
Diffstat (limited to 'tests/gc/stackrefleak.nim')
-rw-r--r--tests/gc/stackrefleak.nim2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/gc/stackrefleak.nim b/tests/gc/stackrefleak.nim
index 2c652d6bf..302ef3599 100644
--- a/tests/gc/stackrefleak.nim
+++ b/tests/gc/stackrefleak.nim
@@ -29,5 +29,3 @@ proc loop =
 
 loop()
 
-
-