summary refs log tree commit diff stats
path: root/tests/coroutines
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2017-03-29 10:14:03 +0200
committerAndreas Rumpf <rumpf_a@web.de>2017-03-29 10:14:03 +0200
commit3ffde39cf416579144d37021f24c99e49efc0aee (patch)
tree329f976acf0c2b07da57e242820c8aba41c6f5d6 /tests/coroutines
parenta88a9095654ec4c7f0dd803e164047a464fba829 (diff)
downloadNim-3ffde39cf416579144d37021f24c99e49efc0aee.tar.gz
attempt to make travis OSX tests green and mandatory
Diffstat (limited to 'tests/coroutines')
-rw-r--r--tests/coroutines/twait.nim1
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