projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2dbf22
)
test tweak
author
Gurusamy Sarathy
<gsar@cpan.org>
Fri, 21 May 1999 17:42:49 +0000
(17:42 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Fri, 21 May 1999 17:42:49 +0000
(17:42 +0000)
p4raw-id: //depot/perl@3440
t/comp/proto.t
patch
|
blob
|
history
diff --git
a/t/comp/proto.t
b/t/comp/proto.t
index
d58a782
..
956b984
100755
(executable)
--- a/
t/comp/proto.t
+++ b/
t/comp/proto.t
@@
-388,7
+388,7
@@
print "# CORE::open => ($p)\nnot " if ($p = prototype('CORE::open')) ne '*;$';
print "ok ", $i++, "\n";
print "# CORE:Foo => ($p), \$@ => `$@'\nnot "
- if defined ($p = eval { prototype('CORE::Foo') or 1 }) or $@ !~ /^Can
no
t find an opnumber/;
+ if defined ($p = eval { prototype('CORE::Foo') or 1 }) or $@ !~ /^Can
'
t find an opnumber/;
print "ok ", $i++, "\n";
# correctly note too-short parameter lists that don't end with '$',