diff options
Diffstat (limited to 'testes/locals.lua')
| -rw-r--r-- | testes/locals.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testes/locals.lua b/testes/locals.lua index c176f506..e59ab95a 100644 --- a/testes/locals.lua +++ b/testes/locals.lua | |||
| @@ -452,7 +452,6 @@ do | |||
| 452 | end) | 452 | end) |
| 453 | assert(co() == 100) | 453 | assert(co() == 100) |
| 454 | local st, msg = pcall(co) | 454 | local st, msg = pcall(co) |
| 455 | print(msg) | ||
| 456 | -- should get last error raised | 455 | -- should get last error raised |
| 457 | assert(not st and string.find(msg, "%w+%.%w+:%d+: XXX")) | 456 | assert(not st and string.find(msg, "%w+%.%w+:%d+: XXX")) |
| 458 | end | 457 | end |
