summaryrefslogtreecommitdiff
path: root/t/mro
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-01-26 15:53:34 +1100
committerTony Cook <tony@develop-help.com>2016-02-02 16:16:59 +1100
commit8452c1a03e174c7b4f513b81f58ac142e290df36 (patch)
treeb69f71817d83dbd3a5c789f34f444b491be8a1f4 /t/mro
parent23895cdc3161aed8a5516d7d1245ddc5b67ddc6b (diff)
downloadperl-8452c1a03e174c7b4f513b81f58ac142e290df36.tar.gz
[perl #127351] add isaelem magic on *Foo::ISA = arrayref
Diffstat (limited to 't/mro')
-rw-r--r--t/mro/basic.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/mro/basic.t b/t/mro/basic.t
index f68637a7f9..8d54dc3f52 100644
--- a/t/mro/basic.t
+++ b/t/mro/basic.t
@@ -436,7 +436,6 @@ PROG
{
# [perl #127351]
- local $::TODO = "assignment to *Foo::ISA doesn't magicalize elements";
# *Foo::ISA = \@some_array
# didn't magicalize the elements of @some_array, causing two
# problems: