diff options
author | Gerard Goossen <gerard@tty.nl> | 2007-06-27 15:04:00 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-07-07 08:07:58 +0000 |
commit | c631f32bfcc8ba9f8f86e235471af51a82d2b0ee (patch) | |
tree | 19d22a0677f435cdb07dc8d695f823d16ef9401d /mad | |
parent | d5d3e0f0cac42b271aa6d30a69d6eff7e2c063c2 (diff) | |
download | perl-c631f32bfcc8ba9f8f86e235471af51a82d2b0ee.tar.gz |
MAD: disable constant subs when PL_madskills
Message-ID: <20070627110400.GC11336@ostwald>
p4raw-id: //depot/perl@31554
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);} ######## |