summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authorJuan Carlos <juancarlospaco@gmail.com>2020-07-14 11:44:56 -0300
committerGitHub <noreply@github.com>2020-07-14 16:44:56 +0200
commit9465b5db443b98d7ac2c1683e986716fb9a9290f (patch)
tree47e6b4eaf5c66c364f8d6bde2bb904296902fe87 /testament
parent2b0e336c971401d06797240686722ce669d902b9 (diff)
downloadNim-9465b5db443b98d7ac2c1683e986716fb9a9290f.tar.gz
Clean up macros (#14959)
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 972bb3faa..58f07b017 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -9,7 +9,7 @@ var packages2*: seq[tuple[name, cmd: string; hasDeps: bool; url: string, useHead
 
 
 # packages A-M
-pkg1 "alea", true
+# pkg1 "alea", true
 pkg1 "argparse"
 pkg1 "arraymancer", true, "nim c tests/tests_cpu.nim"
 pkg1 "ast_pattern_matching", false, "nim c -r --oldgensym:on tests/test1.nim"