Skip to content

Commit 159725d

Browse files
committed
Fix broken CI
1 parent aa7d99e commit 159725d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_class.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,7 @@ TEST_SUBMODULE(class_, m) {
421421
// test_exception_rvalue_abort
422422
struct PyPrintDestructor {
423423
PyPrintDestructor() = default;
424+
PyPrintDestructor(const PyPrintDestructor&) = default;
424425
~PyPrintDestructor() {
425426
py::print("Print from destructor");
426427
}

0 commit comments

Comments
 (0)