Revision: 23549
Author: [email protected]
Date: Mon Sep 1 10:23:07 2014 UTC
Log: Fix typo in math-hyperbolic test.
[email protected]
Review URL: https://codereview.chromium.org/526073002
https://code.google.com/p/v8/source/detail?r=23549
Modified:
/branches/bleeding_edge/test/mjsunit/es6/math-hyperbolic.js
=======================================
--- /branches/bleeding_edge/test/mjsunit/es6/math-hyperbolic.js Mon Sep 1
09:36:00 2014 UTC
+++ /branches/bleeding_edge/test/mjsunit/es6/math-hyperbolic.js Mon Sep 1
10:23:07 2014 UTC
@@ -107,7 +107,7 @@
assertEqualsDelta(1.1276259652063807, Math.cosh(0.5), 1E-12);
assertEqualsDelta(74.20994852478785, Math.cosh(5), 1E-12);
-assertEqualsDelta1.1276259652063807, Math.cosh(-0.5), 1E-12);
+assertEqualsDelta(1.1276259652063807, Math.cosh(-0.5), 1E-12);
assertEqualsDelta(74.20994852478785, Math.cosh(-5), 1E-12);
assertEqualsDelta(0.4621171572600, Math.tanh(0.5), 1E-12);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.