mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-17 11:39:11 +00:00
[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:
parent
8d31c8a13a
commit
717d868685
14
test/FileCheck/strict-whitespace-match-full-lines.txt
Normal file
14
test/FileCheck/strict-whitespace-match-full-lines.txt
Normal 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
|
Loading…
x
Reference in New Issue
Block a user