mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 23:12:02 +00:00
c51828ae8b
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. |
||
---|---|---|
.. | ||
driver.rs | ||
extern_1.c | ||
extern_2.c | ||
lib.rs | ||
Makefile | ||
output.txt |