]> git.ozlabs.org Git - ccan-lca-2011.git/blob - ccan_tools/libtap/tests/plan/no-tests/test.pl
5b0e3c481b45532fa106d1594c298b9367a7549c
[ccan-lca-2011.git] / ccan_tools / libtap / tests / plan / no-tests / test.pl
1 #!/usr/bin/perl
2
3 use warnings;
4 use strict;
5
6 use Test::More;
7
8 my $rc = 0;
9
10 plan tests => 0;
11
12 $rc = ok(1);
13 diag("Returned: $rc");