From 5fe360b9cdda16b6b1c886b84454ba22fabf0910 Mon Sep 17 00:00:00 2001 From: "jarin@chromium.org" Date: Mon, 1 Sep 2014 10:23:07 +0000 Subject: [PATCH] Fix typo in math-hyperbolic test. TBR=jarin@chromium.org Review URL: https://codereview.chromium.org/526073002 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23549 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- test/mjsunit/es6/math-hyperbolic.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mjsunit/es6/math-hyperbolic.js b/test/mjsunit/es6/math-hyperbolic.js index 5574799..8970f6e 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); -- 2.7.4