]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/frame_var_scope/TestFrameVariableScope.py
Vendor import of lldb trunk r290819:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / frame_var_scope / TestFrameVariableScope.py
1 from lldbsuite.test import lldbinline
2 from lldbsuite.test import decorators
3
4 lldbinline.MakeInlineTest(
5     __file__, globals(), [])