From 4cc74fcba06ce43ee325510dc6137bd050f96c68 Mon Sep 17 00:00:00 2001 From: Guy Benyei Date: Wed, 6 Feb 2013 20:40:38 +0000 Subject: 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 --- test/FileCheck/dos-style-eol.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/FileCheck/dos-style-eol.txt (limited to 'test/FileCheck') diff --git a/test/FileCheck/dos-style-eol.txt b/test/FileCheck/dos-style-eol.txt new file mode 100644 index 0000000000..4252aad4d3 --- /dev/null +++ b/test/FileCheck/dos-style-eol.txt @@ -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{{$}} \ No newline at end of file -- cgit v1.2.3