Skip to content

Commit

Permalink
Unnecessary use of a TODO block
Browse files Browse the repository at this point in the history
  • Loading branch information
schwern committed Mar 12, 2010
1 parent 5f63f7e commit 9a2bb0d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions t/y2038.t
Expand Up @@ -3,8 +3,6 @@
use perl5i::latest;
use Test::More 'no_plan';

TODO: {
my $time = gmtime( 2**35 );
is $time->year, 3058;
is $time->epoch, 2**35;
}
my $time = gmtime( 2**35 );
is $time->year, 3058;
is $time->epoch, 2**35;

0 comments on commit 9a2bb0d

Please sign in to comment.