Unportable subtest needs rethink.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 31 Jul 2003 20:31:08 +0000 (20:31 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 31 Jul 2003 20:31:08 +0000 (20:31 +0000)
p4raw-id: //depot/perl@20393

ext/B/t/bytecode.t

index 4ac8652..75fcf2e 100644 (file)
@@ -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