diff options
Diffstat (limited to 'tests/runner.lua')
| -rw-r--r-- | tests/runner.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.lua b/tests/runner.lua index 177bb865a..b4325edc2 100644 --- a/tests/runner.lua +++ b/tests/runner.lua @@ -59,7 +59,7 @@ function main(script) { function (error) if not error:find("aborting because of ") then - print_error(error, v, "unhandled error") + context:print_error(error, v, "unhandled error") else raise(error) end |
