aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/data-formatter/typedef_array/TestTypedefArray.py
blob: 7e67f73b709257d530869cc72715eb7c4be3f518 (plain) (blame)
1
2
3
4
5
6
7
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators

lldbinline.MakeInlineTest(
    __file__, globals(), [
        decorators.expectedFailureAll(
            compiler="gcc")])