Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[OOPS] update the test plans I forgot
  • Loading branch information
kyleha committed Dec 23, 2010
1 parent 9d5a903 commit a0b2612
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion S02-polymorphic_types/subset.t
@@ -1,6 +1,6 @@
use v6;
use Test;
plan 37;
plan 38;

=begin description
Expand Down
2 changes: 1 addition & 1 deletion integration/error-reporting.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 7;
plan 8;

BEGIN { @*INC.push('t/spec/packages') };

Expand Down

0 comments on commit a0b2612

Please sign in to comment.