test: cleanup

This commit is contained in:
skypjack
2023-07-24 17:10:42 +02:00
committed by Michele Caini
parent f4537ad272
commit 4517ae22e5

View File

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