Template
1
0
mirror of https://github.com/bol-van/zapret2.git synced 2026-03-14 06:13:09 +00:00

zapret-tests: remove unneeded code

This commit is contained in:
bol-van
2025-12-28 16:39:11 +03:00
parent 6e04162a20
commit 3439dc4f21

View File

@@ -1,8 +1,6 @@
-- nfqws2 C functions tests
-- to run : --lua-init=@zapret-lib.lua --lua-init=@zapret-tests.lua --lua-init="test_all()"
math.randomseed(bitxor(getpid(),gettid(),clock_gettime()))
function test_assert(b)
assert(b, "test failed")
end