diff options
Diffstat (limited to 'tests/async/tasyncclosestall.nim')
-rw-r--r-- | tests/async/tasyncclosestall.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/async/tasyncclosestall.nim b/tests/async/tasyncclosestall.nim index be8a13b98..d1c7a5fba 100644 --- a/tests/async/tasyncclosestall.nim +++ b/tests/async/tasyncclosestall.nim @@ -99,4 +99,3 @@ proc server() {.async.} = when isMainModule: waitFor server() - |