summaryrefslogtreecommitdiff
path: root/lib/Test/Simple/t/plan.t
blob: d5d299df11f0eb488c764a8b04b6a0f4015f6333 (plain)
1
2
3
4
5
6
7
8
9
10
11
BEGIN {
    chdir 't' if -d 't';
    @INC = '../lib';
}

use Test::More;

plan tests => 2;

pass('Just testing plan()');
pass('Testing it some more');