From: Jarkko Hietaniemi Date: Thu, 19 Oct 2000 19:34:40 +0000 (+0000) Subject: Typo noted by Mark Lutz. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2f7c487ece3f6663073bba69dfb8f4a27b9524e7;p=p5sagit%2Fp5-mst-13.2.git Typo noted by Mark Lutz. p4raw-id: //depot/perl@7372 --- diff --git a/t/op/64bitint.t b/t/op/64bitint.t index 344b8be..88fbc55 100644 --- a/t/op/64bitint.t +++ b/t/op/64bitint.t @@ -220,7 +220,7 @@ if ($^O ne 'unicos') { # especially if operating near the UV/IV limits the low-order bits # become mangled even by simple arithmetic operations. for (23..37) { - print "ok #_ # skipped: too imprecise numbers\n"; + print "ok $_ # skipped: too imprecise numbers\n"; } }