[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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@290070 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Tom de Vries 2016-12-18 21:04:47 +00:00
parent 8d31c8a13a
commit 717d868685

View File

@ -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