diff options
author | alaviss <alaviss@users.noreply.github.com> | 2019-05-30 12:34:54 +0700 |
---|---|---|
committer | Miran <narimiran@disroot.org> | 2019-05-30 07:34:54 +0200 |
commit | 1d00f7f9d73edb79cc581ca9b49fb038573c01d5 (patch) | |
tree | 1c08514f5d784c70de084b2d22b5453f15f1b30a /tests/gc/closureleak.nim | |
parent | 5b27b263fd76484fa6251ccd29520c2764b55818 (diff) | |
download | Nim-1d00f7f9d73edb79cc581ca9b49fb038573c01d5.tar.gz |
travis: cleanup & add 32-bit Linux testing (#11337)
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 |