Sign in
llvm
/
llvm-project
/
lldb
/
refs/heads/main
/
.
/
test
/
API
/
lang
/
cpp
/
printf
/
TestPrintf.py
blob: 3529cbbc28bab8f3853334046f5d2c6dee4d7e83 [
file
] [
log
] [
blame
] [
edit
]
from
lldbsuite
.
test
import
lldbinline
,
lldbplatformutil
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
expectedFailureAll
(
bugnumber
=
"llvm.org/PR36715"
,
oslist
=[
"windows"
])],
)