You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
321 B
11 lines
321 B
// 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{{$}} |