Skip to content

Commit

Permalink
Fix broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Mar 6, 2021
1 parent aa7d99e commit 159725d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_class.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ TEST_SUBMODULE(class_, m) {
// test_exception_rvalue_abort
struct PyPrintDestructor {
PyPrintDestructor() = default;
PyPrintDestructor(const PyPrintDestructor&) = default;
~PyPrintDestructor() {
py::print("Print from destructor");
}
Expand Down

0 comments on commit 159725d

Please sign in to comment.