diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-04-20 16:30:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 16:30:17 +0200 |
commit | 0b116310bfb691755481293e8f9af11190fe0999 (patch) | |
tree | 2eeff75d1a1cabd5794f4eb147e982e8e3974dac /testament/important_packages.nim | |
parent | c776498170a2a08a67b1317d8965482cf266a733 (diff) | |
download | Nim-0b116310bfb691755481293e8f9af11190fe0999.tar.gz |
unit separator (#17730)
* use the ASCII Unit Separator so that error messages can be handled precisely by the tooling * updated testament
Diffstat (limited to 'testament/important_packages.nim')
-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 28d7dc367..ecae42811 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -74,7 +74,7 @@ pkg "gnuplot", "nim c gnuplot.nim" pkg "hts", "nim c -o:htss src/hts.nim" pkg "httpauth" pkg "illwill", "nimble examples" -pkg "inim" +pkg "inim", allowFailure=true pkg "itertools", "nim doc src/itertools.nim" pkg "iterutils" pkg "karax", "nim c -r tests/tester.nim" |