summary refs log tree commit diff stats
path: root/testament/important_packages.nim
diff options
context:
space:
mode:
authornarimiran <narimiran@disroot.org>2020-11-10 13:25:05 +0100
committernarimiran <narimiran@disroot.org>2020-11-10 13:25:05 +0100
commitc44ae647a9f3c987eed2b2c1c31f127f986c24f9 (patch)
treeae29ceb3315c0bf0bb0f87a6cc01f9570102a2db /testament/important_packages.nim
parentb38f0403fd3c66fdeab3806a12e1a19bcb696e03 (diff)
downloadNim-c44ae647a9f3c987eed2b2c1c31f127f986c24f9.tar.gz
fix `norm` package testing command
Diffstat (limited to 'testament/important_packages.nim')
-rw-r--r--testament/important_packages.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index ef7dded4b..22d58ba3e 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"