summaryrefslogtreecommitdiff
path: root/lldb/test/API/sample_test/TestSampleInlineTest.py
blob: 6a5c6980d7cc70ef7266c9b322eb91eaf706170a (plain)
1
2
3
4
5
6
7
8
"""
Describe the purpose of the test here.
"""

from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(
    __file__, globals(), None)