[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / FileCheck / check-multiple-prefixes-nomatch-2.txt
blobe76cae43fbcf64f71390f31365eb9f88e6fe5e4e
1 ; RUN: %ProtectFileCheckOutput \
2 ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR \
3 ; RUN: 2>&1 | FileCheck %s
5 ; RUN: %ProtectFileCheckOutput \
6 ; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 \
7 ; RUN: | FileCheck %s
9 ; RUN: %ProtectFileCheckOutput \
10 ; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 \
11 ; RUN: | FileCheck %s
13 fog
14 bar
15 ; _FOO not a valid check-line
16 ; FOO: fo{{o}}
17 ; BAR: ba{{r}}
19 ; CHECK: {{error: FOO: expected string not found in input}}
20 ; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}