diff options
author | narimiran <narimiran@disroot.org> | 2019-03-26 20:26:23 +0100 |
---|---|---|
committer | narimiran <narimiran@disroot.org> | 2019-03-26 20:26:23 +0100 |
commit | d9913593c1329aba7c84f1887d82e730c852c4d8 (patch) | |
tree | c008eb08179175d397882161430a681e3d3ba1af | |
parent | 3c4f1acf0c13e2ec7f7126d659ea5d44596312da (diff) | |
download | Nim-d9913593c1329aba7c84f1887d82e730c852c4d8.tar.gz |
proper fix
-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 4d5534017..f56e5b84c 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -11,7 +11,7 @@ pkg "ast_pattern_matching", "nim c tests/test1.nim" pkg "blscurve", "", "", true pkg "bncurve", "nim c tests/tarith.nim", "", true pkg "c2nim", "nim c testsuite/tester.nim" -pkg "chronicles", "nim c -o:chr chronicles.nim", true +pkg "chronicles", "nim c -o:chr chronicles.nim", "", true # pkg "chronos", "nim c tests/teststream.nim" pkg "cligen", "nim c -o:cligenn cligen.nim" pkg "compactdict", "nim c tests/test1.nim" |