فهرست منبع

test: cleanup

Michele Caini 3 سال پیش
والد
کامیت
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{};
 };
 
-struct ServiceLocator: ::testing::Test {
-    void SetUp() override {
-        null_service::invoked = false;
-        derived_service::invoked = false;
-    }
-};
-
-using ServiceLocatorDeathTest = ServiceLocator;
-
 TEST(ServiceLocator, Functionalities) {
     ASSERT_FALSE(entt::locator<base_service>::has_value());
     ASSERT_FALSE(derived_service::invoked);