From 226d20008b562ca70c8d83f51134879e335d4eaa Mon Sep 17 00:00:00 2001 From: gmega Date: Fri, 1 Mar 2024 09:10:30 -0300 Subject: [PATCH] chronprof -> chroprof --- chroprof.nim | 2 +- chroprof.nimble | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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