workaround #15725 disable freebsd tblocking_channel.nim (#15726)

This commit is contained in:
Timothee Cour
2020-10-26 10:53:39 +02:00
committed by GitHub
parent d4c2e2c53f
commit 86d7726fb8

View File

@@ -1,6 +1,8 @@
discard """
output: ""
disabled: "freebsd"
"""
# disabled pending bug #15725
import threadpool, os
var chan: Channel[int]