[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / FileCheck / check-substring-multi-prefix-2.txt
1 ; RUN: FileCheck -check-prefix=FOO -check-prefix=FOOBAR -check-prefix=BARFOO -input-file %s %s
2 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=FOO -check-prefix=BARFOO -input-file %s %s
3 ; RUN: FileCheck -check-prefix=FOOBAR -check-prefix=BARFOO -check-prefix=FOO -input-file %s %s
4
5 this is the match
6 this is another
7
8 FOO
9 FOOBAR
10 FOOBAR: this is the {{match}}
11 BARFOO: this is {{another}}