Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / __init__.py
blobb7390580876b7ea4497b4a02fefc9bb607fe5081
1 # Module level initialization for the `lldbsuite.test` module.
3 from . import dotest
5 run_suite = dotest.run_suite