xref: /llvm-project/llvm/test/FileCheck/check-dag-substring-prefix.txt (revision 13df462691745d7f99c6ba0b0c26dc95eda16b73)
1; RUN: not FileCheck -check-prefix=A -check-prefix=AA -input-file %s %s
2
3this is the string to be matched
4this should also be matched
5
6; BAA-DAG: this is the string to be {{matched}}
7; BAA-DAG: this should also be {{matched}}
8