Răsfoiți Sursa

test: re-enable commented test

skypjack 3 luni în urmă
părinte
comite
4cbbdf5ffb
1 a modificat fișierele cu 0 adăugiri și 2 ștergeri
  1. 0 2
      test/entt/entity/handle.cpp

+ 0 - 2
test/entt/entity/handle.cpp

@@ -442,7 +442,6 @@ ENTT_DEBUG_TYPED_TEST(BasicHandleDeathTest, Orphan) {
     ASSERT_DEATH([[maybe_unused]] const auto result = handle.orphan(), "");
     ASSERT_DEATH([[maybe_unused]] const auto result = handle.orphan(), "");
 }
 }
 
 
-/*
 TEST(BasicHandle, Component) {
 TEST(BasicHandle, Component) {
     entt::registry registry;
     entt::registry registry;
     const auto entity = registry.create();
     const auto entity = registry.create();
@@ -486,7 +485,6 @@ TEST(BasicHandle, Component) {
     ASSERT_EQ(nullptr, handle.try_get<char>());
     ASSERT_EQ(nullptr, handle.try_get<char>());
     ASSERT_EQ(nullptr, std::get<1>(handle.try_get<int, char, double>()));
     ASSERT_EQ(nullptr, std::get<1>(handle.try_get<int, char, double>()));
 }
 }
-*/
 
 
 TEST(BasicHandle, ImplicitConversion) {
 TEST(BasicHandle, ImplicitConversion) {
     entt::registry registry;
     entt::registry registry;