diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-08-29 20:05:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-29 20:05:00 +0200 |
| commit | 3dd5fb0468977c6626fe4a0ea7b95222f14da09f (patch) | |
| tree | e36485d27304f061db9d48659aa12810a8bcf8fc /test/headerstest.lua | |
| parent | a63fa963b7bd01f1b470bea7c5a2ed326ff760e6 (diff) | |
| download | luasocket-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.lua | 2 |
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 |
| 108 | end | 108 | end |
| 109 | 109 | ||
