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 | 3eacacda679a8793c736bf59314d0ac5ecb099f4 (patch) | |
tree | c39ddc4385b225a7d318c745c4e23a27d10d47a7 | |
parent | dbceb759ec7f54d3358e877915d354f2087af7ce (diff) | |
download | perl-3eacacda679a8793c736bf59314d0ac5ecb099f4.tar.gz |
Unportable subtest needs rethink.
p4raw-id: //depot/perl@20393
-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 |