Typo noted by Mark Lutz.
Jarkko Hietaniemi [Thu, 19 Oct 2000 19:34:40 +0000 (19:34 +0000)]
p4raw-id: //depot/perl@7372

t/op/64bitint.t

index 344b8be..88fbc55 100644 (file)
@@ -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";
     }
 }