diff options
author | Araq <rumpf_a@web.de> | 2012-07-16 08:43:54 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-07-16 08:43:54 +0200 |
commit | 56b4e3ad91a0dda632ba6bab7139665a3da163d3 (patch) | |
tree | c45763ca7c383f4ae9f0900945d77268075e12bc /tests/run/tclosure3.nim | |
parent | 4215686cce1aaebd4021c856d504103f7e9a9586 (diff) | |
download | Nim-56b4e3ad91a0dda632ba6bab7139665a3da163d3.tar.gz |
closures shouldn't leak anymore
Diffstat (limited to 'tests/run/tclosure3.nim')
-rw-r--r-- | tests/run/tclosure3.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/run/tclosure3.nim b/tests/run/tclosure3.nim index 6dee49aea..b2748035b 100644 --- a/tests/run/tclosure3.nim +++ b/tests/run/tclosure3.nim @@ -1,7 +1,6 @@ discard """ file: "tclosure3.nim" output: "success" - disabled: true """ proc main = |