Improve test added in 29fee01f to not leak warnings.
[nmigen.git] / nmigen / test / __init__.py
1 from ..hdl.ir import Elaboratable
2
3
4 # The nMigen testsuite creates a lot of elaboratables that are intentionally unused.
5 # Disable the unused elaboratable check, as in our case it provides nothing but noise.
6 del Elaboratable.__del__