瀏覽代碼

test: cleanup

Michele Caini 4 年之前
父節點
當前提交
76bf1791eb
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      test/entt/entity/organizer.cpp

+ 0 - 2
test/entt/entity/organizer.cpp

@@ -140,8 +140,6 @@ TEST(Organizer, EmplaceFreeFunctionWithPayload) {
     entt::registry registry;
     clazz instance;
 
-    // TODO
-
     organizer.emplace<&clazz::ro_int_char_double>(instance, "t1");
     organizer.emplace<&clazz::ro_int_with_payload>(instance, "t2");
     organizer.emplace<&clazz::ro_char_with_payload, const clazz>(instance, "t3");