diff options
author | metagn <metagngn@gmail.com> | 2023-05-21 01:13:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 00:13:30 +0200 |
commit | 016aa1d98cfa0ef535d2c56e82f194ac33b3bf4e (patch) | |
tree | 59a9c286537d3babe1de560d2bafa3d2b07d5443 | |
parent | fcf2dcf099c4be7e2e7422d21728c220fbb034bd (diff) | |
download | Nim-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.nim | 2 |
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" |