[AMDGPU] Add True16 register classes.
[llvm-project.git] / lldb / test / API / commands / expression / deleting-implicit-copy-constructor / TestDeletingImplicitCopyConstructor.py
blobce74dd27cc179062e86dcdb158f1e816b36af93d
1 from lldbsuite.test import lldbinline
2 from lldbsuite.test import decorators
4 lldbinline.MakeInlineTest(
5 __file__,
6 globals(),
8 decorators.expectedFailureAll(bugnumber="llvm.org/pr50814", compiler="gcc"),
9 ],