Reviewers: jarin,

Description:
Fix typo in math-hyperbolic test.

[email protected]

Please review this at https://codereview.chromium.org/526073002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+1, -1 lines):
  M test/mjsunit/es6/math-hyperbolic.js


Index: test/mjsunit/es6/math-hyperbolic.js
diff --git a/test/mjsunit/es6/math-hyperbolic.js b/test/mjsunit/es6/math-hyperbolic.js index 55747990b6789721e66292632b8483d6fa8cf02f..8970f6ef65ca44d0154b7bb6afbd7674cfefe287 100644
--- a/test/mjsunit/es6/math-hyperbolic.js
+++ b/test/mjsunit/es6/math-hyperbolic.js
@@ -107,7 +107,7 @@ assertEqualsDelta(-74.20321057778875, Math.sinh(-5), 1E-12);

 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.

Reply via email to