zapret-tests: local var

This commit is contained in:
bol-van
2026-04-12 18:06:04 +03:00
parent f062579ca7
commit e479b0427b
+1 -1
View File
@@ -919,7 +919,7 @@ function timer2(name, data)
end
function test_timer(opts)
timer_set("t1","timer1",500,true,"sample_data");
tbl = {n=0}
local tbl = {n=0}
timer_set("t2","timer2",700,false,tbl);
end