summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/exprpath_synthetic/TestExprPathSynthetic.py
blob: 4ba088e4b03582678e81e6bfb06d50f4eecbee9c (plain)
1
2
3
4
5
from lldbsuite.test import decorators
from lldbsuite.test import lldbinline

lldbinline.MakeInlineTest(
    __file__, globals(), [decorators.skipUnlessDarwin])