diff options
Diffstat (limited to 'tests/async/tioselectors.nim')
-rw-r--r-- | tests/async/tioselectors.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/async/tioselectors.nim b/tests/async/tioselectors.nim index 2ba116ef1..f3f38be7f 100644 --- a/tests/async/tioselectors.nim +++ b/tests/async/tioselectors.nim @@ -404,4 +404,4 @@ else: when hasThreadSupport: processTest("Multithreaded user event notification test...", mt_event_test()) - echo("All tests passed!") \ No newline at end of file + echo("All tests passed!") |