From 016aa1d98cfa0ef535d2c56e82f194ac33b3bf4e Mon Sep 17 00:00:00 2001 From: metagn Date: Sun, 21 May 2023 01:13:30 +0300 Subject: [PATCH] remove legacy define for zero_functional tests (#21871) test remove legacy define for zero_functional tests --- testament/important_packages.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testament/important_packages.nim b/testament/important_packages.nim index 4c93189f1c..e2d1024b12 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"