diff --git a/test/entt/locator/locator.cpp b/test/entt/locator/locator.cpp index c08089c97..31533de41 100644 --- a/test/entt/locator/locator.cpp +++ b/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::has_value()); ASSERT_FALSE(derived_service::invoked);