Browse Source

test: cleanup

Michele Caini 2 years ago
parent
commit
cf3d751097
1 changed files with 0 additions and 2 deletions
  1. 0 2
      test/entt/core/any.cpp

+ 0 - 2
test/entt/core/any.cpp

@@ -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
 }