From: Jarkko Hietaniemi Date: Thu, 31 Jul 2003 20:31:08 +0000 (+0000) Subject: Unportable subtest needs rethink. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d31ea3b23f7efdc089a34b6771e3272e11a51dd4;p=p5sagit%2Fp5-mst-13.2.git Unportable subtest needs rethink. p4raw-id: //depot/perl@20393 --- diff --git a/ext/B/t/bytecode.t b/ext/B/t/bytecode.t index 4ac8652..75fcf2e 100644 --- a/ext/B/t/bytecode.t +++ b/ext/B/t/bytecode.t @@ -97,10 +97,6 @@ my $i = 1; my $foo = sub {$i = shift if @_}; &$foo(3); ############################################################ -print <.*> ->>>> -..* -############################################################ $_="\xff\xff"; use utf8; utf8::encode $_; print $_ >>>> \xc3\xbf\xc3\xbf