[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / FileCheck / next-no-match.txt
1 // RUN: not FileCheck -input-file %s %s
2
3 foo
4 bar
5 ; CHECK: foo
6 baz
7 ; CHECK-NEXT: baz
8
9