Sign in
llvm
/
lldb
/
release_38
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
functionalities
/
data-formatter
/
stringprinter
/
TestStringPrinter.py
blob: 69f7d48c8b6c0b3ce18d32c67c06454783b6c91c [
file
] [
log
] [
blame
]
import
lldbsuite
.
test
.
lldbinline
as
lldbinline
import
lldbsuite
.
test
.
lldbtest
as
lldbtest
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
lldbtest
.
expectedFailureWindows
(
"llvm.org/pr24772"
)])