diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2016-06-09 17:34:51 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2016-06-09 17:34:57 +0200 |
commit | 76c8d6164b10846f18dbd441e4d1db5d501da09d (patch) | |
tree | 61127dbd248c2bfead73ce1e57e087a48bb858e4 /tests/async/tasynceverror.nim | |
parent | 0ea65a824d61dcfeb93193f38745667880943ba3 (diff) | |
download | Nim-76c8d6164b10846f18dbd441e4d1db5d501da09d.tar.gz |
added 'koch testinstall' command; more installer related bugfixes
Diffstat (limited to 'tests/async/tasynceverror.nim')
-rw-r--r-- | tests/async/tasynceverror.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/async/tasynceverror.nim b/tests/async/tasynceverror.nim index fd6d05c60..dd05c831b 100644 --- a/tests/async/tasynceverror.nim +++ b/tests/async/tasynceverror.nim @@ -1,9 +1,9 @@ discard """ file: "tasynceverror.nim" exitcode: 1 - outputsub: "Error: unhandled exception: Connection reset by peer" + outputsub: "Error: unhandled exception: " """ - +# error message is actually different on OSX import asyncdispatch, asyncnet, |