Navigation Menu

Skip to content

Commit

Permalink
remove extraneous setting of $TODO
Browse files Browse the repository at this point in the history
dumper.t uses its own test framework, so it never did anything anyway.
  • Loading branch information
tonycoz committed Jun 24, 2014
1 parent 3769e90 commit b658274
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/Data-Dumper/t/dumper.t
Expand Up @@ -1679,7 +1679,6 @@ OLD
EOW

TEST q(Data::Dumper->new([ \&foo, \\&foo ], [ "*a", "b" ])->Dump), "name of code in *foo";
local $TODO = "XS code broken";
TEST q(Data::Dumper->new([ \&foo, \\&foo ], [ "*a", "b" ])->Dumpxs), "name of code in *foo xs"
if $XS;
}
Expand Down

0 comments on commit b658274

Please sign in to comment.