Mercurial > hg > CbC > CbC_llvm
annotate test/FileCheck/dos-style-eol.txt @ 0:95c75e76d11b LLVM3.4
LLVM 3.4
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 12 Dec 2013 13:56:28 +0900 |
parents | |
children |
rev | line source |
---|---|
0 | 1 // Test for using FileCheck on DOS style end-of-line |
2 // This test was deliberately committed with DOS style end of line. | |
3 // Don't change line endings! | |
4 // RUN: FileCheck -input-file %s %s | |
5 // RUN: FileCheck --strict-whitespace -input-file %s %s | |
6 | |
7 LINE 1 | |
8 ; CHECK: {{^}}LINE 1{{$}} | |
9 | |
10 LINE 2 | |
11 ; CHECK: {{^}}LINE 2{{$}} |