mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
89158e210c
Don't accidentally ignore all output in `tests/run-make/coverage-reports` diffs Because the literal pipe `|` character was not escaped, these regexes ended up accidentally ignoring every line in the coverage report output, so the tests would not fail even if the output was wrong.