Browse Source

test: cleanup

skypjack 2 years ago
parent
commit
4517ae22e5
1 changed files with 0 additions and 3 deletions
  1. 0 3
      test/entt/meta/meta_type.cpp

+ 0 - 3
test/entt/meta/meta_type.cpp

@@ -304,7 +304,6 @@ TEST_F(MetaType, TemplateInfo) {
 }
 }
 
 
 TEST_F(MetaType, Base) {
 TEST_F(MetaType, Base) {
-    using namespace entt::literals;
     auto type = entt::resolve<derived_t>();
     auto type = entt::resolve<derived_t>();
 
 
     ASSERT_NE(type.base().cbegin(), type.base().cend());
     ASSERT_NE(type.base().cbegin(), type.base().cend());
@@ -496,8 +495,6 @@ TEST_F(MetaType, ConstructArithmeticConversion) {
 }
 }
 
 
 TEST_F(MetaType, FromVoid) {
 TEST_F(MetaType, FromVoid) {
-    using namespace entt::literals;
-
     ASSERT_FALSE(entt::resolve<double>().from_void(static_cast<double *>(nullptr)));
     ASSERT_FALSE(entt::resolve<double>().from_void(static_cast<double *>(nullptr)));
     ASSERT_FALSE(entt::resolve<double>().from_void(static_cast<const double *>(nullptr)));
     ASSERT_FALSE(entt::resolve<double>().from_void(static_cast<const double *>(nullptr)));