Skip to content

Commit

Permalink
tweak TODO message
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Fields committed Aug 12, 2013
1 parent 8d7a3cc commit 059ced0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/Map/Physical.t
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sub test_markers
is $pos, 36;
is @ctgpos, 165;
TODO: {
local $TODO = "Possible hash randomization bug, sum of contig pos values sometimes fails";
local $TODO = "Possible hash randomization-related bug, sum of contig pos values sometimes fails with off-by-one";
my $sum = 0;
$sum += $_ for @ctgpos;
is $sum, 1249;
Expand Down

0 comments on commit 059ced0

Please sign in to comment.