diff --git a/test/entt/entity/handle.cpp b/test/entt/entity/handle.cpp index fb23ad36b..5eab8d21d 100644 --- a/test/entt/entity/handle.cpp +++ b/test/entt/entity/handle.cpp @@ -442,7 +442,6 @@ ENTT_DEBUG_TYPED_TEST(BasicHandleDeathTest, Orphan) { ASSERT_DEATH([[maybe_unused]] const auto result = handle.orphan(), ""); } -/* TEST(BasicHandle, Component) { entt::registry registry; const auto entity = registry.create(); @@ -486,7 +485,6 @@ TEST(BasicHandle, Component) { ASSERT_EQ(nullptr, handle.try_get()); ASSERT_EQ(nullptr, std::get<1>(handle.try_get())); } -*/ TEST(BasicHandle, ImplicitConversion) { entt::registry registry;