Not needed now that we require python 3. Reviewed By: kastiglione, JDevlieghere Differential Revision: https://reviews.llvm.org/D131761
9 lines
145 B
Python
9 lines
145 B
Python
"""
|
|
Describe the purpose of the test here.
|
|
"""
|
|
|
|
from lldbsuite.test import lldbinline
|
|
|
|
lldbinline.MakeInlineTest(
|
|
__file__, globals(), None)
|