diff options
Diffstat (limited to 'tests/gc/closureleak.nim')
-rw-r--r-- | tests/gc/closureleak.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gc/closureleak.nim b/tests/gc/closureleak.nim index 18d320bdf..d2ecc0b54 100644 --- a/tests/gc/closureleak.nim +++ b/tests/gc/closureleak.nim @@ -1,5 +1,6 @@ discard """ outputsub: "true" + disabled: "32bit" """ from strutils import join |