diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/coroutines/twait.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/coroutines/twait.nim b/tests/coroutines/twait.nim index d8752b094..eb2765be4 100644 --- a/tests/coroutines/twait.nim +++ b/tests/coroutines/twait.nim @@ -1,5 +1,6 @@ discard """ output: "Exit 1\nExit 2" + disabled: "macosx" """ import coro |