Fix test file path location.

This commit is contained in:
Your Name 2018-05-22 01:12:30 +03:00
parent 9ef76b355e
commit e935c7e518
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const
MessagesCount = 50
MessageSize = 20
FilesCount = 50
FilesTestName = "teststream.nim"
FilesTestName = "tests/teststream.nim"
proc serveClient1(transp: StreamTransport, udata: pointer) {.async.} =
while not transp.atEof():