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:
8510e99
)
Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
author
Andreas König
<a.koenig@mind.de>
Mon, 23 Apr 2001 05:20:55 +0000
(07:20 +0200)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 23 Apr 2001 02:41:46 +0000
(
02:41
+0000)
Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
p4raw-id: //depot/perl@9784
t/pragma/overload.t
patch
|
blob
|
history
diff --git
a/t/pragma/overload.t
b/t/pragma/overload.t
index 86ac857ecaeca6edcc4ebc5c548e28541fb1a21e..b3105309c34e2f99da5cd0ca2cd2695b04e0147a 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); # 22
1
+test(($r || 0) == 0); # 22
2
# Last test is:
-sub last {22
1
}
+sub last {22
2
}