Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix failure locations for panic tests
A failing panic test would produce a failure location pointing to std.test, instead of one that points to the unit test that defined the test. This test fixes this by reusing the location the test is defined on. Changelog: fixed
- Loading branch information