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