This commit is contained in:
2026-05-15 13:57:19 -05:00
parent a1c1aa0591
commit f7e474f819

View File

@@ -367,7 +367,7 @@ static void run_assembly_test(lua_State* L)
lua_pop(L, 1);
// check stack top
lua_getfield(L, -1, "expected_stack_size");
lua_getfield(L, -1, "expected_stack_top");
if (lua_isinteger(L, -1)) {
int32_t v;
assert(tyc_tointeger(T, -1, &v) == T_OK);