Files
Nim/tests/stdlib/tintsets.nim
Timothee Cour 109cc45398 packedsets fix regression introduced in #15564 (#16060)
* packedsets fix regression introduced in #15564

* add tests
2020-11-20 08:07:51 +01:00

7 lines
144 B
Nim

import ./mintsets
block: # bug https://github.com/nim-lang/Nim/pull/15564#issuecomment-729878104
# related to bug #11167
test1()
test2()