summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2013-11-18 15:20:16 +1100
committerTony Cook <tony@develop-help.com>2013-11-18 15:20:16 +1100
commit6a83a53c49edb3a5ba834feb552a25e8b42a019f (patch)
tree03d1f60bdd2090905f4683229197a13bfb5227b6
parentfa0789a79059cdefbf7197a9330c0fd6a06011b2 (diff)
downloadperl-6a83a53c49edb3a5ba834feb552a25e8b42a019f.tar.gz
un-TODO the test for 120535, Reini's patch fixes it
-rw-r--r--ext/B/t/b.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/B/t/b.t b/ext/B/t/b.t
index e52e24f991..1fee139303 100644
--- a/ext/B/t/b.t
+++ b/ext/B/t/b.t
@@ -416,7 +416,6 @@ EOS
}
{ # [perl #120535]
- local $TODO = "B::HV->ARRAY doesn't preserve UTF8 flag";
my %h = ( "\x{100}" => 1 );
my $b = B::svref_2object(\%h);
my ($k, $v) = $b->ARRAY;