From 4cbbdf5ffb0f02b1aade9473428caddb6ff107bf Mon Sep 17 00:00:00 2001 From: skypjack Date: Wed, 3 Dec 2025 18:10:07 +0100 Subject: [PATCH] test: re-enable commented test --- test/entt/entity/handle.cpp | 2 -- 1 file changed, 2 deletions(-) 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;