Skip to content

Commit

Permalink
we are matching lists, not sets
Browse files Browse the repository at this point in the history
  • Loading branch information
petdance committed Sep 21, 2010
1 parent 20e2dd0 commit 0863e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/ack-v.t
Expand Up @@ -18,7 +18,7 @@ NORMAL_CASE: {
my @args = qw( -v are -a -h -m1 );
my @results = run_ack( @args, @files );

sets_match( \@results, \@expected, 'First line of a file that does not contain "are".' );
lists_match( \@results, \@expected, 'First line of a file that does not contain "are".' );
}

DASH_L: {
Expand Down

0 comments on commit 0863e19

Please sign in to comment.