check-multiple-prefixes-nomatch.txt 237 B

12345678910
  1. ; RUN: not FileCheck -input-file %s %s -check-prefix=FOO -check-prefix=BAR 2>&1 | FileCheck %s
  2. BAR
  3. bar
  4. foo
  5. ; BAR: ba{{z}}
  6. ; FOO: fo{{o}}
  7. ; CHECK: {{error: expected string not found in input}}
  8. ; CHECK-NEXT: {{B}}AR: ba{{[{][{]z[}][}]}}