diff options
Diffstat (limited to '')
-rw-r--r-- | tests/finalizer.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/finalizer.lua b/tests/finalizer.lua index 2acc39d..3158c65 100644 --- a/tests/finalizer.lua +++ b/tests/finalizer.lua | |||
@@ -39,6 +39,7 @@ local function lane(error_) | |||
39 | error(error_, 0) -- exception here; the value needs NOT be a string | 39 | error(error_, 0) -- exception here; the value needs NOT be a string |
40 | end | 40 | end |
41 | -- no exception | 41 | -- no exception |
42 | return true | ||
42 | end | 43 | end |
43 | 44 | ||
44 | -- | 45 | -- |