Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Plan 9 tests
Actually am only adding a plan to the test file; it just so happened to be 9
tests.  ... Well, it seemed amusing at the time :-)
  • Loading branch information
Paul Cochrane committed Feb 19, 2015
1 parent e600ff3 commit 4f93f87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/pod-convenience.t
Expand Up @@ -3,6 +3,8 @@ use Test;
use lib 'lib';
use Pod::Convenience;

plan 9;

subtest {
plan 7;
eval_dies_ok('use Pod::Convenience; pod-with-title();', "title argument required");
Expand Down Expand Up @@ -168,6 +170,4 @@ subtest {
done;
}, "pod-lower-headings";

done;

# vim: expandtab shiftwidth=4 ft=perl6

0 comments on commit 4f93f87

Please sign in to comment.