summaryrefslogtreecommitdiff
path: root/test/FileCheck/dos-style-eol.txt
blob: 4252aad4d3e7bfd52bb4686c6cfdf79a8d8d5223 (plain)
1
2
3
4
5
6
7
8
9
10
11
// Test for using FileCheck on DOS style end-of-line
// This test was deliberately committed with DOS style end of line.
// Don't change line endings!
// RUN: FileCheck -input-file %s %s
// RUN: FileCheck  --strict-whitespace -input-file %s %s

LINE 1
; CHECK: {{^}}LINE 1{{$}}

LINE 2
; CHECK: {{^}}LINE 2{{$}}