diff options
author | cheatfate <ka@hardcore.kiev.ua> | 2016-06-23 23:16:00 +0300 |
---|---|---|
committer | cheatfate <ka@hardcore.kiev.ua> | 2016-06-23 23:16:00 +0300 |
commit | ee6257b9923f83335a598da27aa54527dcb43145 (patch) | |
tree | 033405c0c35dc193330b3ae528069cbdc490117d | |
parent | c857e32867f14265f11df585c9b50f01c43e2f39 (diff) | |
download | Nim-ee6257b9923f83335a598da27aa54527dcb43145.tar.gz |
Forgot about newlines at the end
-rw-r--r-- | tests/async/tioselectors.nim | 2 | ||||
-rw-r--r-- | tests/async/tioselectors.nim.cfg | 2 |
2 files changed, 2 insertions, 2 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!") diff --git a/tests/async/tioselectors.nim.cfg b/tests/async/tioselectors.nim.cfg index 73752f042..b1b896858 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 |