projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
686fa4b
)
Typo in #5905.
Jarkko Hietaniemi [Fri, 31 Mar 2000 18:54:37 +0000 (18:54 +0000)]
p4raw-id: //depot/cfgperl@5906
t/op/64bitint.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/64bitint.t
b/t/op/64bitint.t
index
ef43ae6
..
f59c953
100644
(file)
--- 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;