[mlir][int-range] Limit xor int range inference to i1 (#116968)
[llvm-project.git] / llvm / test / FileCheck / check-not-diaginfo.txt
blob6c1718312eb5181814293aacea3343535cb2f965
1 ; RUN: %ProtectFileCheckOutput not FileCheck --input-file %s %s 2>&1 \
2 ; RUN:   | FileCheck --strict-whitespace --check-prefix DIAG %s
4 CHECK-NOT: test
6 DIAG:           error: CHECK-NOT: excluded string found in input
7 DIAG-NEXT:      CHECK-NOT: test
8 DIAG-NEXT: {{^}}           ^{{$}}
9 DIAG-NEXT:      note: found here
10 DIAG-NEXT:      CHECK-NOT: test
11 DIAG-NEXT: {{^}}           ^~~~{{$}}