rust/tests/run-make/raw-dylib-c
Vadim Petrochenkov c51828ae8b 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.
2024-01-06 18:46:35 +03:00
..
driver.rs
extern_1.c
extern_2.c
lib.rs Stablize raw-dylib, link_ordinal and -Cdlltool 2023-04-18 11:01:07 -07:00
Makefile tests: Normalize \r\n to \n in some run-make tests 2024-01-06 18:46:35 +03:00
output.txt