Fix test file path location.
This commit is contained in:
parent
9ef76b355e
commit
e935c7e518
|
@ -19,7 +19,7 @@ const
|
||||||
MessagesCount = 50
|
MessagesCount = 50
|
||||||
MessageSize = 20
|
MessageSize = 20
|
||||||
FilesCount = 50
|
FilesCount = 50
|
||||||
FilesTestName = "teststream.nim"
|
FilesTestName = "tests/teststream.nim"
|
||||||
|
|
||||||
proc serveClient1(transp: StreamTransport, udata: pointer) {.async.} =
|
proc serveClient1(transp: StreamTransport, udata: pointer) {.async.} =
|
||||||
while not transp.atEof():
|
while not transp.atEof():
|
||||||
|
|
Loading…
Reference in New Issue