mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-28 09:31:38 +00:00
make tests/stdlib tests joinable (#14626)
* make tests/stdlib tests joinable * fixup
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user