mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
e5a7b5054c
llvm-svn: 174541
11 lines
321 B
Plaintext
11 lines
321 B
Plaintext
// 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{{$}} |