summary refs log tree commit diff stats
diff options
context:
space:
mode:
authormetagn <metagngn@gmail.com>2023-05-21 01:13:30 +0300
committerGitHub <noreply@github.com>2023-05-21 00:13:30 +0200
commit016aa1d98cfa0ef535d2c56e82f194ac33b3bf4e (patch)
tree59a9c286537d3babe1de560d2bafa3d2b07d5443
parentfcf2dcf099c4be7e2e7422d21728c220fbb034bd (diff)
downloadNim-016aa1d98cfa0ef535d2c56e82f194ac33b3bf4e.tar.gz
remove legacy define for zero_functional tests (#21871)
test remove legacy define for zero_functional tests
-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 4c93189f1..e2d1024b1 100644
--- a/testament/important_packages.nim
+++ b/testament/important_packages.nim
@@ -171,5 +171,5 @@ pkg "winim", "nim c winim.nim"
 pkg "with"
 pkg "ws", allowFailure = true
 pkg "yaml", "nim c -r test/tserialization.nim"
-pkg "zero_functional", "nim c -r -d:nimNoLentIterators test.nim"
+pkg "zero_functional", "nim c -r test.nim"
 pkg "zippy"