diff options
Diffstat (limited to 'spec/outputs/5.1/try_catch.lua')
-rw-r--r-- | spec/outputs/5.1/try_catch.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/outputs/5.1/try_catch.lua b/spec/outputs/5.1/try_catch.lua index 577df16..9972dca 100644 --- a/spec/outputs/5.1/try_catch.lua +++ b/spec/outputs/5.1/try_catch.lua | |||
@@ -68,4 +68,8 @@ do | |||
68 | print(result) | 68 | print(result) |
69 | end | 69 | end |
70 | end | 70 | end |
71 | do | ||
72 | pcall(func, 1, 2, 3) | ||
73 | pcall(func, 1, 2, 3) | ||
74 | end | ||
71 | return nil | 75 | return nil |