brintos

brintos / llvm-project-archived public Read only

0
0
Text · 272 B · 112f375 Raw
13 lines · python
1from lldbsuite.test import lldbinline2from lldbsuite.test import decorators3 4lldbinline.MakeInlineTest(5    __file__,6    globals(),7    [8        decorators.expectedFailureAll(9            bugnumber="https://github.com/llvm/llvm-project/issues/149477"10        )11    ],12)13