Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix plan for tests in t/headers.t.
  • Loading branch information
michal-josef-spacek committed Aug 23, 2013
commit 7a0470146c2606c07c4efa46a76f230445615535
2 changes: 1 addition & 1 deletion t/headers.t
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use strict;
use Test qw(plan ok);

plan tests => 166;
plan tests => 175;

my($h, $h2);
sub j { join("|", @_) }
Expand Down