[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / FileCheck / check-prefixes.txt
blob1e73f481314f022bc6a5c14d6b1417e6df9368b0
1 // RUN: FileCheck -check-prefix=ANOTHER-PREFIX -input-file %s %s
2 //
3 // RUN: %ProtectFileCheckOutput \
4 // RUN: not FileCheck -check-prefix=PREFIX -input-file %s %s 2>&1 \
5 // RUN: | FileCheck -check-prefix=CHECK-NONEXISTENT-PREFIX %s
7 foobar
8 ; ANOTHER-PREFIX: foobar
10 ; We use regex to match the colon so that FileCheck won't think it is a check
11 ; prefix.
12 ; CHECK-NONEXISTENT-PREFIX: error: no check strings found with prefix 'PREFIX{{:}}'