From febf9ce949c0bc87a8bf7ab3ddae4deb28636c9d Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Thu, 3 Jun 2021 19:56:59 -0700 Subject: [PATCH] Experiment: commenting out test_class_sh_shared_from_this. --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 7a865b3c648..09bdc710125 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