diff options
| author | OpportunityLiu <[email protected]> | 2019-06-09 11:46:22 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-09 11:46:22 +0800 |
| commit | 8049d92b3e9aef35e4f124e5ae361bdd1f5c5435 (patch) | |
| tree | f6a0a74de240153123268fd483e3cdd3d0ee0050 /tests/runner.lua | |
| parent | db9c880b656e33b056bd3e3804eb6009ea946fea (diff) | |
fix
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 |
