aboutsummaryrefslogtreecommitdiff
path: root/test/excepttest.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/excepttest.lua')
-rw-r--r--test/excepttest.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/excepttest.lua b/test/excepttest.lua
index 6904545..80c9cb8 100644
--- a/test/excepttest.lua
+++ b/test/excepttest.lua
@@ -5,7 +5,6 @@ local finalizer_called
5local func = socket.protect(function(err, ...) 5local func = socket.protect(function(err, ...)
6 local try = socket.newtry(function() 6 local try = socket.newtry(function()
7 finalizer_called = true 7 finalizer_called = true
8 error("ignored")
9 end) 8 end)
10 9
11 if err then 10 if err then