mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
4cc74fcba0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174541 91177308-0d34-0410-b5e6-96231b3b80d8
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{{$}} |