From 28ed5ecce88a04e2a7ffc68d80a0b7119dedbcc0 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Sun, 6 Jun 2021 16:12:37 -0700 Subject: [PATCH] Revert "Experiment: commenting out test_class_sh_shared_from_this." This reverts commit febf9ce949c0bc87a8bf7ab3ddae4deb28636c9d. --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 09bdc7101..7a865b3c6 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -106,7 +106,7 @@ set(PYBIND11_TEST_FILES test_class_sh_disowning_mi.cpp test_class_sh_factory_constructors.cpp test_class_sh_inheritance.cpp - # test_class_sh_shared_from_this.cpp + test_class_sh_shared_from_this.cpp test_class_sh_trampoline_basic.cpp test_class_sh_trampoline_self_life_support.cpp test_class_sh_trampoline_shared_ptr_cpp_arg.cpp