mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 14:00:35 +00:00
Testament: Reenable arraymancer (#14831)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user