[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / test / FileCheck / dos-style-eol.txt
blob4252aad4d3e7bfd52bb4686c6cfdf79a8d8d5223
1 // Test for using FileCheck on DOS style end-of-line\r
2 // This test was deliberately committed with DOS style end of line.\r
3 // Don't change line endings!\r
4 // RUN: FileCheck -input-file %s %s\r
5 // RUN: FileCheck  --strict-whitespace -input-file %s %s\r
6 \r
7 LINE 1\r
8 ; CHECK: {{^}}LINE 1{{$}}\r
9 \r
10 LINE 2\r
11 ; CHECK: {{^}}LINE 2{{$}}