Sign in
llvm
/
llvm-project
/
a78861fc55d18046989ff4d624a037e9181da170
/
.
/
lldb
/
test
/
API
/
commands
/
expression
/
deleting-implicit-copy-constructor
/
TestDeletingImplicitCopyConstructor.py
blob: ce74dd27cc179062e86dcdb158f1e816b36af93d [
file
]
from
lldbsuite
.
test
import
lldbinline
from
lldbsuite
.
test
import
decorators
lldbinline
.
MakeInlineTest
(
__file__
,
globals
(),
[
decorators
.
expectedFailureAll
(
bugnumber
=
"llvm.org/pr50814"
,
compiler
=
"gcc"
),
],
)