From: Jarkko Hietaniemi Date: Fri, 31 Mar 2000 18:54:37 +0000 (+0000) Subject: Typo in #5905. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c3151b5bff1507258038c60db5a81e30ddecd245;p=p5sagit%2Fp5-mst-13.2.git Typo in #5905. p4raw-id: //depot/cfgperl@5906 --- diff --git a/t/op/64bitint.t b/t/op/64bitint.t index ef43ae6..f59c953 100644 --- a/t/op/64bitint.t +++ b/t/op/64bitint.t @@ -16,7 +16,7 @@ BEGIN { # 32+ bit integers don't cause noise no warnings qw(overflow portable); -print "1.52\n"; +print "1..52\n"; my $q = 12345678901; my $r = 23456789012;