xref: /llvm-project/lldb/test/API/sample_test/TestSampleInlineTest.py (revision 2238dcc39358353cac21df75c3c3286ab20b8f53)
1"""
2Describe the purpose of the test here.
3"""
4
5from lldbsuite.test import lldbinline
6
7lldbinline.MakeInlineTest(__file__, globals(), None)
8