[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / FileCheck / check-substring-multi-prefix.txt
1 // RUN: FileCheck -check-prefix=AAAOVERLAP -check-prefix=OVERLAP -input-file %s %s
2
3 foo
4 bar
5 buzz
6
7 OVERLAP: foo
8 AAAOVERLAP: bar
9 OVERLAP: buzz