mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174541 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -0,0 +1,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{{$}}
|
||||
Reference in New Issue
Block a user