summaryrefslogtreecommitdiff
path: root/llvm/docs/TestingGuide.rst
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/docs/TestingGuide.rst')
-rw-r--r--llvm/docs/TestingGuide.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/llvm/docs/TestingGuide.rst b/llvm/docs/TestingGuide.rst
index 344a295226f6..08617933519f 100644
--- a/llvm/docs/TestingGuide.rst
+++ b/llvm/docs/TestingGuide.rst
@@ -360,12 +360,6 @@ Best practices for regression tests
- Try to give values (including variables, blocks and functions) meaningful
names, and avoid retaining complex names generated by the optimization
pipeline (such as ``%foo.0.0.0.0.0.0``).
-- If your tests depend on specific input file encodings, beware of line-ending
- issues across different platforms, and in the project's history. Before you
- commit tests that depend on explicit encodings, consider adding filetype or
- specific line-ending annotations to a `<.gitattributes
- https://git-scm.com/docs/gitattributes#_effects>`_ file in the appropriate
- directory in the repository.
Extra files
-----------