summaryrefslogtreecommitdiff
path: root/test/FileCheck/check-multiple-prefixes-nomatch-2.txt
blob: a1dc3d87b0179a139f8adbf295cbe247861d4610 (plain)
1
2
3
4
5
6
7
8
9
10
; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s

fog
bar
; _FOO not a valid check-line
; FOO: fo{{o}}
; BAR: ba{{r}}

; CHECK: {{error: expected string not found in input}}
; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}