diff options
Diffstat (limited to 'spec/outputs/5.1/attrib.lua')
-rw-r--r-- | spec/outputs/5.1/attrib.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/spec/outputs/5.1/attrib.lua b/spec/outputs/5.1/attrib.lua index 9cacd97..8361b24 100644 --- a/spec/outputs/5.1/attrib.lua +++ b/spec/outputs/5.1/attrib.lua | |||
@@ -199,7 +199,9 @@ do | |||
199 | end | 199 | end |
200 | }) | 200 | }) |
201 | local _close_2 = assert(getmetatable(_).__close) | 201 | local _close_2 = assert(getmetatable(_).__close) |
202 | return _anon_func_9(_, _close_2, error, pcall(print, "third")) | 202 | return _anon_func_9(_, _close_2, error, pcall(function() |
203 | return print("third") | ||
204 | end)) | ||
203 | end)) | 205 | end)) |
204 | end)) | 206 | end)) |
205 | end | 207 | end |