xref: /aosp_15_r20/external/llvm/test/FileCheck/check-substring-multi-prefix-2.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s
2*9880d681SAndroid Build Coastguard Worker; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s
3*9880d681SAndroid Build Coastguard Worker; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Workerthis is the match
6*9880d681SAndroid Build Coastguard Workerthis is another
7*9880d681SAndroid Build Coastguard Worker
8*9880d681SAndroid Build Coastguard WorkerFOO
9*9880d681SAndroid Build Coastguard WorkerFOOBAR
10*9880d681SAndroid Build Coastguard WorkerFOOBAR: this is the {{match}}
11*9880d681SAndroid Build Coastguard WorkerBARFOO: this is {{another}}
12