llvm-project/lldb/test/API/sample_test/TestSampleInlineTest.py

9 lines
145 B
Python

"""
Describe the purpose of the test here.
"""
from lldbsuite.test import lldbinline
lldbinline.MakeInlineTest(
__file__, globals(), None)