diff options
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 | ||
