Explorar el Código

test: placeholder for void meta factory

skypjack hace 2 meses
padre
commit
2d8caf9445
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      test/entt/meta/meta_factory.cpp

+ 6 - 0
test/entt/meta/meta_factory.cpp

@@ -492,3 +492,9 @@ TEST_F(MetaFactory, MetaReset) {
     ASSERT_FALSE(entt::resolve(entt::type_id<int>()));
     ASSERT_FALSE(entt::resolve(ctx, entt::type_id<int>()));
 }
+
+TEST_F(MetaFactory, Void) {
+    entt::meta_factory<void> factory{};
+
+    // work in progress ...
+}