fc13586e0e0dc3764e7965cf42abd2ae7f897130
[p5sagit/p5-mst-13.2.git] / t / lib / Test / Simple / sample_tests / too_few.plx
1 require Test::Simple;
2 # $Id: /mirror/googlecode/test-more/t/lib/Test/Simple/sample_tests/too_few.plx 57943 2008-08-18T02:09:22.275428Z brooklyn.kid51  $
3
4 push @INC, 't/lib';
5 require Test::Simple::Catch;
6 my($out, $err) = Test::Simple::Catch::caught();
7
8 Test::Simple->import(tests => 5);
9
10
11 ok(1);
12 ok(1);