diff options
author | metagn <metagngn@gmail.com> | 2023-12-19 02:07:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-19 00:07:20 +0100 |
commit | 8614f35dc2801bc8a24b393bd526370099404095 (patch) | |
tree | 3cacf4c4b582fddb97b695b2ecb897cf3bd706f4 /testament | |
parent | d3b9711c5e3be9b05fb15c4e39bc7607c606287d (diff) | |
download | Nim-8614f35dc2801bc8a24b393bd526370099404095.tar.gz |
Revert "retain postfix node in type section typed AST" (#23098)
Reverts nim-lang/Nim#23096
Diffstat (limited to 'testament')
-rw-r--r-- | testament/important_packages.nim | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim index d056dac69..d3d3f0643 100644 --- a/testament/important_packages.nim +++ b/testament/important_packages.nim @@ -97,8 +97,7 @@ pkg "memo" pkg "msgpack4nim", "nim c -r tests/test_spec.nim" pkg "nake", "nim c nakefile.nim" pkg "neo", "nim c -d:blas=openblas --mm:refc tests/all.nim", url = "https://github.com/nim-lang/neo" -pkg "nesm", "nimble tests", "https://github.com/nim-lang/NESM", useHead = true, allowFailure = true - # inactive, tests not adapted to #23096 +pkg "nesm", "nimble tests", "https://github.com/nim-lang/NESM", useHead = true pkg "netty" pkg "nico", allowFailure = true pkg "nicy", "nim c -r src/nicy.nim" |