Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b4adf55e0f050a494cc0c9a98b0bd46e8e30070a
/
.
/
llvm
/
test
/
FileCheck
/
check-multiple-prefixes-nomatch.txt
blob: 9d3835985f34790aad5b3cada159ed8e431eb487 [
file
] [
log
] [
blame
]
; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s
BAR
bar
foo
; BAR: ba{{z}}
; FOO: fo{{o}}
; CHECK: {{error: expected string not found in input}}
; CHECK-NEXT: {{B}}AR: ba{{[{][{]z[}][}]}}