Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
155 B
Python
Raw Normal View History

# Module level initialization for the `lldbsuite.test` module.
from __future__ import absolute_import
from . import dotest
run_suite = dotest.run_suite