summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-07-31 20:31:08 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-07-31 20:31:08 +0000
commit3eacacda679a8793c736bf59314d0ac5ecb099f4 (patch)
treec39ddc4385b225a7d318c745c4e23a27d10d47a7
parentdbceb759ec7f54d3358e877915d354f2087af7ce (diff)
downloadperl-3eacacda679a8793c736bf59314d0ac5ecb099f4.tar.gz
Unportable subtest needs rethink.
p4raw-id: //depot/perl@20393
-rw-r--r--ext/B/t/bytecode.t4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/B/t/bytecode.t b/ext/B/t/bytecode.t
index 4ac865212a..75fcf2e696 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