New year (2024->2025), typos in comments
This commit is contained in:
Roberto Ierusalimschy
2025-01-16 11:51:16 -03:00
parent 3cdd49c94a
commit 2d8d5c74b5
15 changed files with 24 additions and 25 deletions

View File

@@ -28,10 +28,9 @@ _nomsg = rawget(_G, "_nomsg") or false
local usertests = rawget(_G, "_U")
if usertests then
-- tests for sissies ;) Avoid problems
_soft = true
_port = true
_nomsg = true
_soft = true -- avoid tests that take too long
_port = true -- avoid non-portable tests
_nomsg = true -- avoid messages about tests not performed
end
-- tests should require debug when needed