aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.lua
diff options
context:
space:
mode:
authoramelia squires <[email protected]>2025-10-14 21:46:38 -0500
committeramelia squires <[email protected]>2025-10-14 21:46:38 -0500
commitaf09c42e8067dfc832f7e1dce92860e1022c75fa (patch)
treea444ec4586f9b1c54ea6680ffee2dc940644427d /tests/tests.lua
parenta67dc94484cf9869793fc1861914b800a6559a74 (diff)
tons of thread changed, more testing needed
Diffstat (limited to 'tests/tests.lua')
-rw-r--r--tests/tests.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/tests.lua b/tests/tests.lua
index 6dae570..39c4d12 100644
--- a/tests/tests.lua
+++ b/tests/tests.lua
@@ -20,7 +20,6 @@ end
local handle = assert(io.popen("find tests/units/".. search .." -type f"))
for file in handle:lines() do
- print(_G._locals)
total = total + 1
local f = loadfile(file)()