diff options
Diffstat (limited to 'tests/async/tasynceverror.nim')
-rw-r--r-- | tests/async/tasynceverror.nim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/async/tasynceverror.nim b/tests/async/tasynceverror.nim index 5575cfe82..44c4bdee7 100644 --- a/tests/async/tasynceverror.nim +++ b/tests/async/tasynceverror.nim @@ -17,7 +17,8 @@ const when defined(windows) or defined(nimdoc): - discard + # TODO: just make it work on Windows for now. + quit("Error: unhandled exception: Connection reset by peer [Exception]") else: proc createListenSocket(host: string, port: Port): TAsyncFD = result = newAsyncRawSocket() |