projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d22e8b
)
Unportable subtest needs rethink.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Thu, 31 Jul 2003 20:31:08 +0000
(20:31 +0000)
committer
Jarkko 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
patch
|
blob
|
history
diff --git
a/ext/B/t/bytecode.t
b/ext/B/t/bytecode.t
index
4ac8652
..
75fcf2e
100644
(file)
--- 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