From e35b21e55310e93ca04980febe1a48c9436bded9 Mon Sep 17 00:00:00 2001 From: Dylan Modesitt Date: Tue, 16 Jun 2020 10:24:26 -0400 Subject: [PATCH] Close#5586 (#14682) * re-enable macos and bsd on some coro tests * re-enable macos and bsd on some coro tests --- tests/coroutines/tgc.nim | 1 - tests/coroutines/twait.nim | 2 -- 2 files changed, 3 deletions(-) diff --git a/tests/coroutines/tgc.nim b/tests/coroutines/tgc.nim index 86b6253708..46f4f8e838 100644 --- a/tests/coroutines/tgc.nim +++ b/tests/coroutines/tgc.nim @@ -1,6 +1,5 @@ discard """ target: "c" - disabled: "openbsd" """ import coro diff --git a/tests/coroutines/twait.nim b/tests/coroutines/twait.nim index 2563ad7d30..b88801869c 100644 --- a/tests/coroutines/twait.nim +++ b/tests/coroutines/twait.nim @@ -1,7 +1,5 @@ discard """ output: "Exit 1\nExit 2" - disabled: "macosx" - disabled: "openbsd" target: "c" """ import coro