summary refs log tree commit diff stats
path: root/tests/specials.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specials.nim')
-rw-r--r--tests/specials.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specials.nim b/tests/specials.nim
index 173ebd2f8..30bb6f423 100644
--- a/tests/specials.nim
+++ b/tests/specials.nim
@@ -131,6 +131,7 @@ proc runGcTests(r: var TResults, options: string) =
   test "gcleak3"
   test "weakrefs"
   test "cycleleak"
+  test "closureleak"
 
 # ------------------------- threading tests -----------------------------------