]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - packages/Python/lldbsuite/test/functionalities/data-formatter/stringprinter/TestStringPrinter.py
Vendor import of lldb trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / packages / Python / lldbsuite / test / functionalities / data-formatter / stringprinter / TestStringPrinter.py
1 from lldbsuite.test import lldbinline
2 from lldbsuite.test import decorators
3
4 lldbinline.MakeInlineTest(
5     __file__, globals(), [
6         decorators.expectedFailureAll(
7             oslist=["windows"], bugnumber="llvm.org/pr24772")])