[PowerPC] Collect some CallLowering arguments into a struct. [NFC]
[llvm-project.git] / lldb / packages / Python / lldbsuite / test / __init__.py
blob93971c2f2364bef1c5949e3a45975402bbd90681
1 # Module level initialization for the `lldbsuite.test` module.
3 from __future__ import absolute_import
5 from . import dotest
7 run_suite = dotest.run_suite