瀏覽代碼

test: minor changes

Michele Caini 6 年之前
父節點
當前提交
e09af98dc5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ENTT_ID_TYPE next{};
+        static ENTT_ID_TYPE next{1000u};
         duk_push_uint(ctx, next++);
         return 1;
     }