diff --git a/chroprof.nim b/chroprof.nim index 54e70a8..22a446e 100644 --- a/chroprof.nim +++ b/chroprof.nim @@ -1,5 +1,5 @@ when not defined(chronosProfiling): - {.error: "chronprof requires -d:chronosProfiling to be enabled".} + {.error: "chroprof requires -d:chronosProfiling to be enabled".} import ./chroprof/api diff --git a/chroprof.nimble b/chroprof.nimble index 7e2b3d7..9d95185 100644 --- a/chroprof.nimble +++ b/chroprof.nimble @@ -11,6 +11,5 @@ requires "nim >= 1.6.16", "https://github.com/codex-storage/nim-chronos#feature/profiler-v4", "metrics >= 0.1.0" - task test, "Run tests": exec "nim c --out:./build/testeall -r tests/testall.nim" \ No newline at end of file