check-dag-substring-prefix.txt 226 B

1234567
  1. ; RUN: not FileCheck -check-prefix=A -check-prefix=AA -input-file %s %s
  2. this is the string to be matched
  3. this should also be matched
  4. ; BAA-DAG: this is the string to be {{matched}}
  5. ; BAA-DAG: this should also be {{matched}}