Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix test count
  • Loading branch information
lizmat committed Oct 2, 2014
1 parent afdcba5 commit 8cfc793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators/set.t
@@ -1,7 +1,7 @@
use v6;
use Test;

plan 288;
plan 290;

sub showset($s) { $s.keys.sort.join(' ') }
sub showkv($x) { $x.keys.sort.map({ $^k ~ ':' ~ $x{$k} }).join(' ') }
Expand Down

0 comments on commit 8cfc793

Please sign in to comment.