]> git.vpit.fr Git - perl/modules/Test-Leaner.git/blob - t/17-plan-done_testing.t
3da4c1fabf73ab92d2de2c09ac01fbb8149cf33d
[perl/modules/Test-Leaner.git] / t / 17-plan-done_testing.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::Leaner;
7
8 plan tests => 2;
9
10 pass;
11 pass 'another one';
12
13 done_testing(2);