test: cleanup

This commit is contained in:
Michele Caini
2024-05-06 16:21:23 +02:00
parent 1e9ad0fb9c
commit cf3d751097

View File

@@ -1547,6 +1547,4 @@ TEST(Any, ClassLevelNewDelete) {
ASSERT_TRUE(any);
ASSERT_EQ(any.type(), entt::type_id<test::new_delete>());
ASSERT_EQ(entt::any_cast<const test::new_delete &>(any).value, 3);
// TODO
}