mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +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 | ||
exporter.c | ||
exporter.def | ||
lib.rs | ||
Makefile | ||
output.txt |