From d0b88b939ddfb82c67db12b3794afc424d9f3b4d Mon Sep 17 00:00:00 2001 From: cheatfate Date: Tue, 22 May 2018 15:08:48 +0300 Subject: [PATCH] Fix nimble file. --- asyncdispatch2.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncdispatch2.nimble b/asyncdispatch2.nimble index 5dec17b..cc38a41 100644 --- a/asyncdispatch2.nimble +++ b/asyncdispatch2.nimble @@ -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"