Files
wren/script
Bob Nystrom 4c79185a3d fix: correct argument in test runner fail call to show expected error message
The diff shows that in `script/test.py`, the `self.fail()` call on line 158 was passing `runtime_error_message` (the actual error) instead of `self.runtime_error_message` (the expected error) when formatting the failure message. This fix swaps the argument to display the correct expected error string in the test output.
2015-07-19 16:33:00 +00:00
..