summary refs log tree commit diff stats
path: root/testament
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2023-12-18 22:38:34 +0300
committerGitHub <noreply@github.com>2023-12-18 20:38:34 +0100
commitd3b9711c5e3be9b05fb15c4e39bc7607c606287d (patch)
treee192543c542552b425f39672797e4b621c6c3e00 /testament
parent0613537ca0804e61e6fc9ba3fee5ff68408553a0 (diff)
downloadNim-d3b9711c5e3be9b05fb15c4e39bc7607c606287d.tar.gz
retain postfix node in type section typed AST (#23096)
fixes #22933
Diffstat (limited to 'testament')
-rw-r--r--testament/important_packages.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/testament/important_packages.nim b/testament/important_packages.nim
index d3d3f0643..d056dac69 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -97,7 +97,8 @@ 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
+pkg "nesm", "nimble tests", "https://github.com/nim-lang/NESM", useHead = true, allowFailure = true
+  # inactive, tests not adapted to #23096
 pkg "netty"
 pkg "nico", allowFailure = true
 pkg "nicy", "nim c -r src/nicy.nim"