about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/graph.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-01-09 00:19:34 +0100
committerGitHub <noreply@github.com>2024-01-09 00:19:34 +0100
commite6bc9f063782e54480907e6893b3097943343cdb (patch)
tree384b8c3b003e0484a0b2a98c8417d77b59411eb7 /compiler/rustc_mir_transform/src/coverage/graph.rs
parent34771e2f9a2836189edf891be0bef769994a7c29 (diff)
parentc51828ae8b31bda26b0d19637aad75f871d661ba (diff)
downloadrust-e6bc9f063782e54480907e6893b3097943343cdb.tar.gz
rust-e6bc9f063782e54480907e6893b3097943343cdb.zip
Rollup merge of #119663 - petrochenkov:rmakefix, r=Mark-Simulacrum
tests: Normalize `\r\n` to `\n` in some run-make tests

The output is produced by printf from C code in these cases, and printf prints in text mode, which means `\n` will be printed as `\r\n` on Windows.

In --bless mode the new output with `\r\n` will replace expected output in `tests/run-make/raw-dylib-*\output.txt` files, which use \n, always resulting in dirty files in the repo.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/graph.rs')
0 files changed, 0 insertions, 0 deletions