android_mt6572_jiabo/external/llvm/test/FileCheck/check-multiple-prefixes-nomatch.txt
2025-09-05 16:56:03 +08:00

10 lines
237 B
Text

; 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[}][}]}}