projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8510e99
)
Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
Andreas König [Mon, 23 Apr 2001 05:20:55 +0000 (07:20 +0200)]
Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
p4raw-id: //depot/perl@9784
t/pragma/overload.t
patch
|
blob
|
blame
|
history
diff --git
a/t/pragma/overload.t
b/t/pragma/overload.t
index
86ac857
..
b310530
100755
(executable)
--- a/
t/pragma/overload.t
+++ b/
t/pragma/overload.t
@@
-1044,7
+1044,7
@@
use strict;
my $r = Foo->new(8);
$r = Foo->new(0);
-test(($r || 0) == 0); # 221
+test(($r || 0) == 0); # 222
# Last test is:
-sub last {221}
+sub last {222}