Sign in
llvm
/
llvm-project
/
b9c1b51e45b845debb76d8658edabca70ca56079
/
.
/
lldb
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
cpp
/
printf
/
TestPrintf.py
blob: 38ebe1a9a9c46676cf2263be016c72ad0ec3ed15 [
file
] [
log
] [
blame
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
expectedFailureAll
(
bugnumber
=
"rdar://problem/24599697"
)])