aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py
blob: 30b66e0628273db9cfc2ed1b5045eb9fa2bffba2 (plain) (blame)
1
2
3
4
import lldbsuite.test.lldbinline as lldbinline
import lldbsuite.test.lldbtest as lldbtest

lldbinline.MakeInlineTest(__file__, globals(), [lldbtest.expectedFailureGcc])