Mark various expect tests as long-line

Using continuation characters makes less sense for these tests (the
previous .reference files were permitted to have long-line).
master
David Allsopp 2018-06-07 13:28:44 +01:00
parent 5afcf327f8
commit 01eaa89743
1 changed files with 7 additions and 0 deletions

7
.gitattributes vendored
View File

@ -93,6 +93,13 @@ testsuite/tools/*.S ocaml-typo=missing-header
testsuite/tools/*.asm ocaml-typo=missing-header
testsuite/typing ocaml-typo=missing-header
# Expect tests with overly long lines of expected output
testsuite/tests/parsing/docstrings.ml ocaml-typo=long-line,very-long-line,missing-header
testsuite/tests/typing-objects/Exemples.ml ocaml-typo=long-line,missing-header
testsuite/tests/typing-modules/firstclass.ml ocaml-typo=long-line,missing-header
testsuite/tests/typing-gadts/test.ml ocaml-typo=long-line,missing-header
testsuite/tests/typing-gadts/pr7160.ml ocaml-typo=long-line,missing-header
tools/magic ocaml-typo=missing-header
yacc/*.[ch] ocaml-typo=long-line,very-long-line,unused-prop