Working on 16.0.0 #53

Merged
rayaman merged 120 commits from v16.0.0 into master 2024-02-25 00:00:51 -05:00
Showing only changes of commit 13221ca47e - Show all commits

View File

@ -175,7 +175,7 @@ runTest = thread:newFunction(function()
end end
if not love then if not love then
local ec = 0 local ec = 0
if _VERSION > "5.1" then if _VERSION == "5.1" then
multi.print("Testing pseudo threading") multi.print("Testing pseudo threading")
_, str, ecc = os.execute("lua tests/threadtests.lua p") _, str, ecc = os.execute("lua tests/threadtests.lua p")
ec = ec + ecc ec = ec + ecc