This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d235c7
)
Remove two tests from proto.t
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 23 Jun 2011 21:58:16 +0000
(14:58 -0700)
committer
Father 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
patch
|
blob
|
blame
|
history
diff --git
a/t/comp/proto.t
b/t/comp/proto.t
index
b5c8cf2
..
241fd82
100644
(file)
--- a/
t/comp/proto.t
+++ b/
t/comp/proto.t
@@
-18,7
+18,7
@@
BEGIN {
# strict
use strict;
-print "1..17
2
\n";
+print "1..17
0
\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;