mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-17 16:38:33 +00:00
Close#5586 (#14682)
* re-enable macos and bsd on some coro tests * re-enable macos and bsd on some coro tests
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
discard """
|
||||
target: "c"
|
||||
disabled: "openbsd"
|
||||
"""
|
||||
|
||||
import coro
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
discard """
|
||||
output: "Exit 1\nExit 2"
|
||||
disabled: "macosx"
|
||||
disabled: "openbsd"
|
||||
target: "c"
|
||||
"""
|
||||
import coro
|
||||
|
||||
Reference in New Issue
Block a user