diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-31 20:31:08 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-07-31 20:31:08 +0000 |
commit | d31ea3b23f7efdc089a34b6771e3272e11a51dd4 (patch) | |
tree | c39ddc4385b225a7d318c745c4e23a27d10d47a7 /ext/B/t/bytecode.t | |
parent | 1d22e8bc9ebf27719af3f2b3ce4e27ba05dcf85a (diff) | |
download | perl-d31ea3b23f7efdc089a34b6771e3272e11a51dd4.tar.gz |
Unportable subtest needs rethink.
p4raw-id: //depot/perl@20393
Diffstat (limited to 'ext/B/t/bytecode.t')
-rw-r--r-- | ext/B/t/bytecode.t | 4 |
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 |