]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py
Vendor import of lldb trunk r256945:
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / data-formatter / typedef_array / TestTypedefArray.py
1 import lldbsuite.test.lldbinline as lldbinline
2 import lldbsuite.test.lldbtest as lldbtest
3
4 lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureGcc])