aboutsummaryrefslogtreecommitdiff
path: root/test/headerstest.lua
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2026-08-29 20:05:00 +0200
committerGitHub <noreply@github.com>2026-08-29 20:05:00 +0200
commit3dd5fb0468977c6626fe4a0ea7b95222f14da09f (patch)
treee36485d27304f061db9d48659aa12810a8bcf8fc /test/headerstest.lua
parenta63fa963b7bd01f1b470bea7c5a2ed326ff760e6 (diff)
downloadluasocket-3dd5fb0468977c6626fe4a0ea7b95222f14da09f.tar.gz
luasocket-3dd5fb0468977c6626fe4a0ea7b95222f14da09f.tar.bz2
luasocket-3dd5fb0468977c6626fe4a0ea7b95222f14da09f.zip
Apply code review suggestions
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Diffstat (limited to 'test/headerstest.lua')
-rw-r--r--test/headerstest.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/headerstest.lua b/test/headerstest.lua
index 1387fc7..cbf638f 100644
--- a/test/headerstest.lua
+++ b/test/headerstest.lua
@@ -103,7 +103,7 @@ local check_canonic = function(lower, expected)
103 if got ~= expected then 103 if got ~= expected then
104 print("canonic[" .. lower .. "] = " .. tostring(got) .. 104 print("canonic[" .. lower .. "] = " .. tostring(got) ..
105 ", expected " .. expected) 105 ", expected " .. expected)
106 os.exit() 106 os.exit(1)
107 end 107 end
108end 108end
109 109