Actually submit previous change.
[p5sagit/p5-mst-13.2.git] / t / lib / sample-tests / lone_not_bug
1 # There was a bug where the first test would be considered a
2 # 'lone not' failure.
3 print <<DUMMY;
4 ok 1
5 ok 2
6 ok 3
7 ok 4
8 1..4
9 DUMMY