We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c3bf5 commit d7a8e09Copy full SHA for d7a8e09
clang/test/Format/docs_updated.test
@@ -1,5 +1,6 @@
1
// RUN: %python %S/../../docs/tools/dump_format_style.py -o %t.style
2
-// RUN: diff %t.style %S/../../docs/ClangFormatStyleOptions.rst
+// RUN: diff --strip-trailing-cr %t.style \
3
+// RUN: %S/../../docs/ClangFormatStyleOptions.rst
4
5
// RUN: %python %S/../../docs/tools/dump_format_help.py -o %t.help
-// RUN: diff %t.help %S/../../docs/ClangFormat.rst
6
+// RUN: diff --strip-trailing-cr %t.help %S/../../docs/ClangFormat.rst
0 commit comments