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