Skip to content

Commit

Permalink
Fix plans in a few test files
Browse files Browse the repository at this point in the history
These were forgotten about when various duplicate tests were removed.
  • Loading branch information
ShimmerFairy committed Sep 19, 2015
1 parent 41fa6e7 commit 12fe957
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion S02-types/baghash.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 250;
plan 249;

# L<S02/Mutable types/QuantHash of UInt>

Expand Down
2 changes: 1 addition & 1 deletion S02-types/mixhash.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 213;
plan 212;

# L<S02/Mutable types/QuantHash of UInt>

Expand Down
2 changes: 1 addition & 1 deletion S02-types/set.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 175;
plan 174;

sub showset($s) { $s.keys.sort.join(' ') }

Expand Down

0 comments on commit 12fe957

Please sign in to comment.