Explorar el Código

test: minor changes

skypjack hace 6 meses
padre
commit
1116c33ada
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/entt/meta/meta_handle.cpp

+ 1 - 1
test/entt/meta/meta_handle.cpp

@@ -93,7 +93,7 @@ TEST_F(MetaHandle, MetaAny) {
 }
 
 TEST_F(MetaHandle, ScopedMetaAny) {
-    entt::meta_ctx ctx{};
+    const entt::meta_ctx ctx{};
     entt::meta_any value{ctx, 2};
     entt::meta_handle handle{value};
     entt::meta_handle chandle{std::as_const(value)};