Remove two tests from proto.t
authorFather Chrysostomos <sprout@cpan.org>
Thu, 23 Jun 2011 21:58:16 +0000 (14:58 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 24 Jun 2011 15:19:26 +0000 (08:19 -0700)
These have been superseded by t/op/cproto.t, which came later.

t/comp/proto.t

index b5c8cf2..241fd82 100644 (file)
@@ -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;