diff options
Diffstat (limited to 'tests/stdlib')
-rw-r--r-- | tests/stdlib/tsockets.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stdlib/tsockets.nim b/tests/stdlib/tsockets.nim index 2b282c80d..ff566df74 100644 --- a/tests/stdlib/tsockets.nim +++ b/tests/stdlib/tsockets.nim @@ -1,4 +1,4 @@ -import sockets +import sockets, os var s: TSocket s = socket() if s == InvalidSocket: osError(osLastError()) |