Skip to content

Commit

Permalink
Remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
colinnewell committed Dec 20, 2017
1 parent 418c2d7 commit b445a8b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions t/dualvar.t
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ SKIP: {
ok(isdual($ary[2]), 'Is a dualvar');
}

TODO: {
local $TODO = 'RT #122582: dual var not copying numeric value correctly';
my $a = "4611686018427387915";
is $a - (1<<62), dualvar($a, "foo") - (1<<62), 'Should match';
}

# RT #122582: dual var not copying numeric value correctly
my $a = "4611686018427387915";
is $a - (1<<62), dualvar($a, "foo") - (1<<62), 'Should match';

0 comments on commit b445a8b

Please sign in to comment.