[InstCombine] Signed saturation patterns
[llvm-core.git] / test / FileCheck / check-multiple-prefixes-nomatch-2.txt
blob55c521123da77b3e365f2ba70dc922910ed15314
1 ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s
2 ; RUN: not FileCheck -input-file %s %s -check-prefixes=FOO,BAR 2>&1 | FileCheck %s
3 ; RUN: not FileCheck -input-file %s %s -check-prefixes=BAR,FOO 2>&1 | FileCheck %s
5 fog
6 bar
7 ; _FOO not a valid check-line
8 ; FOO: fo{{o}}
9 ; BAR: ba{{r}}
11 ; CHECK: {{error: FOO: expected string not found in input}}
12 ; CHECK-NEXT: {{F}}OO: fo{{[{][{]o[}][}]}}