dos-style-eol.txt 311 B

1234567891011
  1. // Test for using FileCheck on DOS style end-of-line
  2. // This test was deliberately committed with DOS style end of line.
  3. // Don't change line endings!
  4. // RUN: FileCheck -input-file %s %s
  5. // RUN: FileCheck --strict-whitespace -input-file %s %s
  6. LINE 1
  7. ; CHECK: {{^}}LINE 1{{$}}
  8. LINE 2
  9. ; CHECK: {{^}}LINE 2{{$}}