summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorClyybber <darkmine956@gmail.com>2020-06-27 15:58:19 +0200
committerGitHub <noreply@github.com>2020-06-27 15:58:19 +0200
commitfdb37400cba234938a27cf158b6f4cf3ac57d689 (patch)
treef0e1c3a0a0341f7255c3f8c686a590ca120f66e8 /testament
parent70b07edf42d5bc5296bfc02769846d9d10069213 (diff)
downloadNim-fdb37400cba234938a27cf158b6f4cf3ac57d689.tar.gz
Testament: Reenable arraymancer (#14831)
Diffstat (limited to 'testament')
-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 352ce2cd7..972bb3faa 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -11,7 +11,7 @@ var packages2*: seq[tuple[name, cmd: string; hasDeps: bool; url: string, useHead
 # packages A-M
 pkg1 "alea", true
 pkg1 "argparse"
-# pkg1 "arraymancer", true, "nim c tests/tests_cpu.nim"
+pkg1 "arraymancer", true, "nim c tests/tests_cpu.nim"
 pkg1 "ast_pattern_matching", false, "nim c -r --oldgensym:on tests/test1.nim"
 pkg1 "asyncmysql", true
 pkg1 "awk", true