Sign in
llvm
/
llvm-project
/
890c4bece26e005cd9fa5511fe0efa7307794de5
/
.
/
lldb
/
test
/
API
/
commands
/
expression
/
deleting-implicit-copy-constructor
/
TestDeletingImplicitCopyConstructor.py
blob: ce74dd27cc179062e86dcdb158f1e816b36af93d [
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"
),
],
)