mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-03 10:46:08 +00:00

These were useful primarily for the Python 2 to 3 transition. Python 2 is no longer supported so these are no longer necessary. Differential Revision: https://reviews.llvm.org/D157759
6 lines
115 B
Python
6 lines
115 B
Python
# Module level initialization for the `lldbsuite.test` module.
|
|
|
|
from . import dotest
|
|
|
|
run_suite = dotest.run_suite
|