diff --git a/tests/async/tioselectors.nim b/tests/async/tioselectors.nim index 2ba116ef1a..f3f38be7fe 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!") diff --git a/tests/async/tioselectors.nim.cfg b/tests/async/tioselectors.nim.cfg index 73752f0420..b1b896858b 100644 --- a/tests/async/tioselectors.nim.cfg +++ b/tests/async/tioselectors.nim.cfg @@ -1 +1 @@ -threads:on -d:threadsafe \ No newline at end of file +threads:on -d:threadsafe