summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-06-23 14:58:16 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-06-24 08:19:26 -0700
commite2ba0c6ffc4123d75fa6d954775fd2e651d79fe8 (patch)
tree15d742f17e0364af351c3d7d938b02ebc2847d37
parent0d235c77627bbba8acd9fee908b6a3a7e034a6a8 (diff)
downloadperl-e2ba0c6ffc4123d75fa6d954775fd2e651d79fe8.tar.gz
Remove two tests from proto.t
These have been superseded by t/op/cproto.t, which came later.
-rw-r--r--t/comp/proto.t10
1 files changed, 1 insertions, 9 deletions
diff --git a/t/comp/proto.t b/t/comp/proto.t
index b5c8cf2590..241fd829af 100644
--- a/t/comp/proto.t
+++ b/t/comp/proto.t
@@ -18,7 +18,7 @@ BEGIN {
# strict
use strict;
-print "1..172\n";
+print "1..170\n";
my $i = 1;
@@ -587,14 +587,6 @@ for my $p ( "", qw{ () ($) ($@) ($%) ($;$) (&) (&\@) (&@) (%) (\%) (\@) } ) {
}
}
-# Not $$;$;$
-print "not " unless prototype "CORE::substr" eq '$$;$$';
-print "ok ", $i++, "\n";
-
-# recv takes a scalar reference for its second argument
-print "not " unless prototype "CORE::recv" eq '*\\$$$';
-print "ok ", $i++, "\n";
-
{
my $myvar;
my @myarray;