Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
authorAndreas König <a.koenig@mind.de>
Mon, 23 Apr 2001 05:20:55 +0000 (07:20 +0200)
committerJarkko 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

index 86ac857..b310530 100755 (executable)
@@ -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}