summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/coroutines/tgc.nim1
-rw-r--r--tests/coroutines/twait.nim2
2 files changed, 0 insertions, 3 deletions
diff --git a/tests/coroutines/tgc.nim b/tests/coroutines/tgc.nim
index 86b625370..46f4f8e83 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 2563ad7d3..b88801869 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