diff options
author | Tony Cook <tony@develop-help.com> | 2014-06-24 21:01:16 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2014-06-24 21:01:16 +1000 |
commit | b65827489f432c6b8ea39e1ae6abef4e8d8b0723 (patch) | |
tree | dfcbb77b6ea021138583b8f08e4380b360cea2cd | |
parent | 3769e90dda135d412f0de89530b685b707a22023 (diff) | |
download | perl-b65827489f432c6b8ea39e1ae6abef4e8d8b0723.tar.gz |
remove extraneous setting of $TODO
dumper.t uses its own test framework, so it never did anything anyway.
-rw-r--r-- | dist/Data-Dumper/t/dumper.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dist/Data-Dumper/t/dumper.t b/dist/Data-Dumper/t/dumper.t index 624e0bb085..f452ad2e1c 100644 --- a/dist/Data-Dumper/t/dumper.t +++ b/dist/Data-Dumper/t/dumper.t @@ -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; } |