tidy up init.lua

This commit is contained in:
VorTechnix 2024-10-17 09:11:04 -07:00
parent 8ef1d348d2
commit 67e1e957d4
No known key found for this signature in database
GPG Key ID: 091E91A69545D5BA

@ -7,9 +7,6 @@ local test_id_paths = {
"stacktrace.test.lua", "stacktrace.test.lua",
} }
-- Helper functions
local update = function(a,k,v) a[k] = v end
-- Test loader -- Test loader
local test_loader = function (path) local test_loader = function (path)
for _, v in ipairs(test_id_paths) do dofile(path .. v) end for _, v in ipairs(test_id_paths) do dofile(path .. v) end