diff --git a/asyncdispatch2.nimble b/asyncdispatch2.nimble index 5dec17b6..cc38a413 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"