blob: 4252aad4d3e7bfd52bb4686c6cfdf79a8d8d5223 [file] [log] [blame]
Guy Benyei4cc74fc2013-02-06 20:40:38 +00001// 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
7LINE 1
8; CHECK: {{^}}LINE 1{{$}}
9
10LINE 2
11; CHECK: {{^}}LINE 2{{$}}