Change 16402 by rgs@rgs-home on 2002/05/04 18:25:25
Syntax fix.
Affected files ...
.... //depot/perl/t/op/arith.t#17 edit
Differences ...
==== //depot/perl/t/op/arith.t#17 (xtext) ====
Index: perl/t/op/arith.t
--- perl/t/op/arith.t.~1~ Sat May 4 12:30:06 2002
+++ perl/t/op/arith.t Sat May 4 12:30:06 2002
@@ -263,7 +263,7 @@
my $n = 1127;
my $float = ($n % 1000) * 167772160.0;
- tryeq 131_sloppy, $float, 21307064320;
+ tryeq_sloppy 131, $float, 21307064320;
# On a 32 bit machine, if the i_multiply op is used, you will probably get
# -167772160. It's actually undefined behaviour, so anything may happen.
End of Patch.