diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2016-02-24 13:23:20 -0300 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2016-02-24 13:23:20 -0300 |
commit | fe7b37acedd61f425b8d0b0531e78cc45554b332 (patch) | |
tree | 00f58b0d7dcb593fafaa69a4c45b9d76fbd24e2e /test | |
parent | 9ffd96724da09352abe99c8525bbccb6bc34cb48 (diff) | |
parent | 0341516a2932e077b547f8105e0ea13f3f56f868 (diff) | |
download | luasocket-fe7b37acedd61f425b8d0b0531e78cc45554b332.tar.gz luasocket-fe7b37acedd61f425b8d0b0531e78cc45554b332.tar.bz2 luasocket-fe7b37acedd61f425b8d0b0531e78cc45554b332.zip |
Merge pull request #166 from siffiejoe/exception-tweaks
Exception tweaks
Diffstat (limited to 'test')
-rw-r--r-- | test/excepttest.lua | 1 |
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 | |||
5 | local func = socket.protect(function(err, ...) | 5 | local 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 |