mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-18 21:40:32 +00:00
made some tests green
This commit is contained in:
@@ -142,9 +142,10 @@ type
|
||||
TSOBool: SOBool, TRecvLineResult: RecvLineResult,
|
||||
TReadLineResult: ReadLineResult, ETimeout: TimeoutError].}
|
||||
|
||||
|
||||
let
|
||||
invalidSocket*: Socket = nil ## invalid socket
|
||||
when defined(booting):
|
||||
let invalidSocket*: Socket = nil ## invalid socket
|
||||
else:
|
||||
const invalidSocket*: Socket = nil ## invalid socket
|
||||
|
||||
when defined(windows):
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user