diff options
author | Tony Cook <tony@develop-help.com> | 2013-11-18 15:20:16 +1100 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-11-18 15:20:16 +1100 |
commit | 6a83a53c49edb3a5ba834feb552a25e8b42a019f (patch) | |
tree | 03d1f60bdd2090905f4683229197a13bfb5227b6 /ext/B | |
parent | fa0789a79059cdefbf7197a9330c0fd6a06011b2 (diff) | |
download | perl-6a83a53c49edb3a5ba834feb552a25e8b42a019f.tar.gz |
un-TODO the test for 120535, Reini's patch fixes it
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/t/b.t | 1 |
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; |