]> git.ozlabs.org Git - ccan/blob - ccan_tools/libtap/tests/plan/too-many-plans/test.pl
Include all the tools under ccan_tools dir, hacked to work for me.
[ccan] / ccan_tools / libtap / tests / plan / too-many-plans / test.pl
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use Test::More;
7
8 plan tests => 1;
9
10 ok(1);
11
12 plan tests => 1;
13
14 ok(0);