brintos

brintos / llvm-project-archived public Read only

0
0
Text · 240 B · 3529cbb Raw
9 lines · python
1from lldbsuite.test import lldbinline, lldbplatformutil2from lldbsuite.test import decorators3 4lldbinline.MakeInlineTest(5    __file__,6    globals(),7    [decorators.expectedFailureAll(bugnumber="llvm.org/PR36715", oslist=["windows"])],8)9