diff options
Diffstat (limited to 'mad')
-rw-r--r-- | mad/t/p55.t | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mad/t/p55.t b/mad/t/p55.t index 9407f34b02..de18a87f71 100644 --- a/mad/t/p55.t +++ b/mad/t/p55.t @@ -64,8 +64,6 @@ use Test::Differences; our %failing = map { $_, 1 } qw| ../t/comp/require.t -../t/io/layers.t - ../t/op/array.t ../t/op/local.t ../t/op/substr.t @@ -147,7 +145,7 @@ s//m#.#/ge; # eval { require 5.005 } ######## -# TODO Reduced test case from t/io/layers.t +# Reduced test case from t/io/layers.t sub PerlIO::F_UTF8 () { 0x00008000 } # from perliol.h BEGIN { PerlIO::Layer->find("encoding",1);} ######## |