From 192cb9ff904e870e2f1783f654539d64bc86073e Mon Sep 17 00:00:00 2001 From: narimiran Date: Tue, 10 Nov 2020 13:25:05 +0100 Subject: [PATCH] fix `norm` package testing command (cherry picked from commit c44ae647a9f3c987eed2b2c1c31f127f986c24f9) --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 6323de93c6..c3e8028eff 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -88,7 +88,7 @@ pkg2 "nimterop", "nimble minitest" pkg2 "nimwc", "nim c nimwc.nim" # pkg2 "nimx", "nim c --threads:on test/main.nim" # pkg2 "nitter", "nim c src/nitter.nim", "https://github.com/zedeus/nitter" -pkg2 "norm", "nim c -r tests/tsqliterows.nim" +pkg2 "norm", "nim c -r tests/sqlite/trows.nim" pkg2 "npeg", "nimble testarc" pkg2 "numericalnim", "nim c -r tests/test_integrate.nim" pkg2 "optionsutils"