diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2017-03-29 10:14:03 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2017-03-29 10:14:03 +0200 |
commit | 3ffde39cf416579144d37021f24c99e49efc0aee (patch) | |
tree | 329f976acf0c2b07da57e242820c8aba41c6f5d6 /tests/coroutines | |
parent | a88a9095654ec4c7f0dd803e164047a464fba829 (diff) | |
download | Nim-3ffde39cf416579144d37021f24c99e49efc0aee.tar.gz |
attempt to make travis OSX tests green and mandatory
Diffstat (limited to 'tests/coroutines')
-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 |