summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2017-09-25 11:31:16 -0500
committerGitHub <noreply@github.com>2017-09-25 11:31:16 -0500
commit4140c96371eab2c5407ebfd391c1909e09db8f62 (patch)
tree1f0145e7607e5615007ce34c11b16f349e081b8e
parentf23b118330cfc40535b41bb64ccac3fbbb93147e (diff)
parent88aafd793b0b4edd07d47c24eae1caf12a35f4d4 (diff)
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.
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 84af5d5b..041e00f3 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,3 @@
tests/stylo.hpp -diff
+tests/headers/* eol=lf
+tests/expectations/tests/* eol=lf \ No newline at end of file