sync a bunch of files with Test::Simple 0.86
[p5sagit/p5-mst-13.2.git] / t / lib / Test / Simple / sample_tests / too_few_fail.plx
CommitLineData
b1ddf169 1require Test::Simple;
3c4bf434 2# $Id$
b1ddf169 3
4push @INC, 't/lib';
5require Test::Simple::Catch;
6my($out, $err) = Test::Simple::Catch::caught();
7
8Test::Simple->import(tests => 5);
9
10
11ok(0);
12ok(1);
717da8a4 13ok(0);