Sign in
llvm
/
llvm-project
/
8f7cfd4e9eaf319d21b56e4b51a72ac286c97fa8
/
.
/
lldb
/
test
/
API
/
lang
/
cpp
/
operators
/
TestCppOperators.py
blob: b7613779d90f659c5b874b04677d51f0d1bd29a8 [
file
] [
log
] [
blame
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
expectedFailureAll
(
bugnumber
=
"llvm.org/pr50814"
,
compiler
=
"gcc"
)],
)