Michele Caini 3 лет назад
Родитель
Сommit
c331107651
1 измененных файлов с 0 добавлено и 9 удалено
  1. 0 9
      test/entt/locator/locator.cpp

+ 0 - 9
test/entt/locator/locator.cpp

@@ -24,15 +24,6 @@ struct derived_service: base_service {
     static inline bool invoked{};
     static inline bool invoked{};
 };
 };
 
 
-struct ServiceLocator: ::testing::Test {
-    void SetUp() override {
-        null_service::invoked = false;
-        derived_service::invoked = false;
-    }
-};
-
-using ServiceLocatorDeathTest = ServiceLocator;
-
 TEST(ServiceLocator, Functionalities) {
 TEST(ServiceLocator, Functionalities) {
     ASSERT_FALSE(entt::locator<base_service>::has_value());
     ASSERT_FALSE(entt::locator<base_service>::has_value());
     ASSERT_FALSE(derived_service::invoked);
     ASSERT_FALSE(derived_service::invoked);