diff options
Diffstat (limited to 'tests/finalizer.lua')
-rw-r--r-- | tests/finalizer.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/finalizer.lua b/tests/finalizer.lua index 3158c65..1412a67 100644 --- a/tests/finalizer.lua +++ b/tests/finalizer.lua | |||
@@ -44,7 +44,7 @@ end | |||
44 | 44 | ||
45 | -- | 45 | -- |
46 | -- This is called at the end of the lane; whether succesful or not. | 46 | -- This is called at the end of the lane; whether succesful or not. |
47 | -- Gets the 'error()' parameter as parameter ('nil' if normal return). | 47 | -- Gets the 'error()' argument as argument ('nil' if normal return). |
48 | -- | 48 | -- |
49 | cleanup = function(err) | 49 | cleanup = function(err) |
50 | io.stderr:write "------------------------ In Worker Finalizer -----------------------\n" | 50 | io.stderr:write "------------------------ In Worker Finalizer -----------------------\n" |