diff options
| author | Tom de Vries <vries@codesourcery.com> | 2016-12-18 21:04:47 +0000 |
|---|---|---|
| committer | Tom de Vries <vries@codesourcery.com> | 2016-12-18 21:04:47 +0000 |
| commit | 601d5bafb2d68e65871c2e1fe5ee56b03eb48775 (patch) | |
| tree | fdc0f4354dab73a4a8f8aae817d1a4a5a380852a /llvm/test | |
| parent | 1714676ae0b342663173f5625853f1461a4efb65 (diff) | |
| download | bcm5719-llvm-601d5bafb2d68e65871c2e1fe5ee56b03eb48775.tar.gz bcm5719-llvm-601d5bafb2d68e65871c2e1fe5ee56b03eb48775.zip | |
[FileCheck] Fix --strict-whitespace --match-full-lines -- add test-case
Add test-case that was missing in "[FileCheck] Fix --strict-whitespace
--match-full-lines" commit.
llvm-svn: 290070
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/FileCheck/strict-whitespace-match-full-lines.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/llvm/test/FileCheck/strict-whitespace-match-full-lines.txt b/llvm/test/FileCheck/strict-whitespace-match-full-lines.txt new file mode 100644 index 00000000000..b0b6135b05d --- /dev/null +++ b/llvm/test/FileCheck/strict-whitespace-match-full-lines.txt @@ -0,0 +1,14 @@ +; RUN: sed 's/^;.*$//' %s \ +; RUN: | FileCheck --strict-whitespace --match-full-lines %s + +bla1 +bla2 + bla3 +bla4 + bla5 + +; CHECK-LABEL:bla1 +; CHECK-NEXT:bla2 +; CHECK-NEXT: bla3 +; CHECK-NEXT:bla4 +; CHECK-NEXT: bla5 |

