Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix race condition in panic_abort_tests (#15169)
This fixes a race condition in the `panic_abort_tests` test which can randomly fail. Prior to #14226 the test would check the lines individually (which was also kinda broken for the same reason, but wouldn't actually fail).
- Loading branch information