Explorar el Código

test: minor changes

Michele Caini hace 6 años
padre
commit
e09af98dc5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      test/mod/mod.cpp

+ 1 - 1
test/mod/mod.cpp

@@ -175,7 +175,7 @@ public:
     }
     }
 
 
     static duk_ret_t identifier(duk_context *ctx) {
     static duk_ret_t identifier(duk_context *ctx) {
-        static ENTT_ID_TYPE next{};
+        static ENTT_ID_TYPE next{1000u};
         duk_push_uint(ctx, next++);
         duk_push_uint(ctx, next++);
         return 1;
         return 1;
     }
     }