diff options
author | Araq <rumpf_a@web.de> | 2014-02-07 17:06:20 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-02-07 17:06:20 +0100 |
commit | a087f6057e70e8b7c57ec9a20ac7f7815afe9327 (patch) | |
tree | cb04da2bca11d066af59c012d189aff68e81aa2f /tests/testament | |
parent | 3be07d842a13cde69aeb5e7908ed62907daef4f7 (diff) | |
download | Nim-a087f6057e70e8b7c57ec9a20ac7f7815afe9327.tar.gz |
bugfix: codegen issue that caused getGMTime() to leak memory
Diffstat (limited to 'tests/testament')
-rw-r--r-- | tests/testament/categories.nim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testament/categories.nim b/tests/testament/categories.nim index 5dd841447..f9f5698bb 100644 --- a/tests/testament/categories.nim +++ b/tests/testament/categories.nim @@ -123,9 +123,14 @@ proc gcTests(r: var TResults, cat: Category, options: string) = test "gcleak2" test "gctest" test "gcleak3" + test "gcleak4" + test "gcleak5" test "weakrefs" test "cycleleak" test "closureleak" + test "refarrayleak" + rest "stackrefleak" + # ------------------------- threading tests ----------------------------------- |