Skip to content

Commit 5bed212

Browse files
committed
SH, test update
1 parent 4620807 commit 5bed212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_class_sh_shared_ptr_copy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ TEST_SUBMODULE(class_sh_shared_ptr_copy, m) {
3333
namespace py = pybind11;
3434

3535
py::class_<FooAVL, PYBIND11_SH_AVL(FooAVL)>(m, "FooAVL");
36-
py::class_<FooDEF, std::shared_ptr<FooDEF>>(m, "FooDEF");
36+
py::class_<FooDEF, PYBIND11_SH_DEF(FooDEF)>(m, "FooDEF");
3737

3838
m.def("test_avl", []() {
3939
auto o = std::make_shared<FooAVL>("AVL");

0 commit comments

Comments
 (0)