remove legacy define for zero_functional tests (#21871)

test remove legacy define for zero_functional tests
This commit is contained in:
metagn
2023-05-21 01:13:30 +03:00
committed by GitHub
parent fcf2dcf099
commit 016aa1d98c

View File

@@ -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"