make tests/stdlib tests joinable (#14626)

* make tests/stdlib tests joinable

* fixup
This commit is contained in:
Timothee Cour
2020-06-15 04:27:33 -07:00
committed by GitHub
parent d51beb7b20
commit 49033eb531
9 changed files with 64 additions and 20 deletions

View File

@@ -5,8 +5,13 @@ true
alpha 100
omega 200
'''
joinable: false
"""
#[
joinable: false pending https://github.com/nim-lang/Nim/issues/9754
]#
import marshal
template testit(x) = discard $$to[type(x)]($$x)