Skip to content

Commit 4140c96

Browse files
author
bors-servo
authored
Auto merge of #1024 - AndrewGaspar:dump_preprocessed_input_windows, r=fitzgen
Always check out test headers and expectations as LF Addresses #1023. The line endings accidentally don't matter for the majority of the tests because we pass both the generated .rs files and expectations .rs files through rustfmt, which normalizes the line endings to LF. But this change makes it explicit that we expect to test against files with LF line endings.
2 parents f23b118 + 88aafd7 commit 4140c96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
tests/stylo.hpp -diff
2+
tests/headers/* eol=lf
3+
tests/expectations/tests/* eol=lf

0 commit comments

Comments
 (0)