Fix nimble file.

This commit is contained in:
cheatfate 2018-05-22 15:08:48 +03:00
parent 871af1b60d
commit d0b88b939d
1 changed files with 1 additions and 1 deletions

View File

@ -19,5 +19,5 @@ task test, "Run all tests":
exec "nim c -r -d:release tests/testsoon"
exec "nim c -r -d:useSysAssert -d:useGcAssert tests/testdatagram"
exec "nim c -r tests/teststream"
exec "nim c -r tests/testdatagram"
exec "nim c -r -d:release tests/testdatagram"