xref: /llvm-project/llvm/test/FileCheck/separate-multi-prefix.txt (revision 13df462691745d7f99c6ba0b0c26dc95eda16b73)
1// RUN: not FileCheck -check-prefix=SOMEPREFIX -input-file %s %s
2// RUN: FileCheck -check-prefix=ANOTHER -input-file %s %s
3
4asdf
5; SOMEPREFIX: {{t}}his_is_not_asdf
6; ANOTHER: {{a}}sdf
7
8