diff options
author | Clyybber <darkmine956@gmail.com> | 2020-06-27 15:58:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-27 15:58:19 +0200 |
commit | fdb37400cba234938a27cf158b6f4cf3ac57d689 (patch) | |
tree | f0e1c3a0a0341f7255c3f8c686a590ca120f66e8 /testament | |
parent | 70b07edf42d5bc5296bfc02769846d9d10069213 (diff) | |
download | Nim-fdb37400cba234938a27cf158b6f4cf3ac57d689.tar.gz |
Testament: Reenable arraymancer (#14831)
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 2 |
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 |