made a test green

This commit is contained in:
Araq
2015-02-12 14:41:19 +01:00
parent 8763bffa84
commit 41385f3aaf

View File

@@ -299,7 +299,7 @@ when isMainModule and not defined(nimdoc):
sock: Socket
var sock = socket()
if sock == sockets.InvalidSocket: raiseOSError(osLastError())
if sock == sockets.invalidSocket: raiseOSError(osLastError())
#sock.setBlocking(false)
sock.connect("irc.freenode.net", Port(6667))