From 99d21743b087fd724bf3e7005819d532401ac326 Mon Sep 17 00:00:00 2001 From: Ilmir Usmanov Date: Thu, 16 Oct 2014 20:42:24 +0400 Subject: [PATCH] Fix tests from test-suite --- tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js | 2 +- tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js index 268a1986a..ffb4b09fd 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js +++ b/tests/jerry-test-suite/11/11.09/11.09.04/11.09.04-016.js @@ -12,5 +12,5 @@ // See the License for the specific language governing permissions and // limitations under the License. -var x = 123.00, y = 0.0123e+4, eps = .000001 +var x = 123.00, y = 0.0123e+4, eps = .00001 assert(x <= y + eps && x >= y - eps) \ No newline at end of file diff --git a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js index 268a1986a..ffb4b09fd 100644 --- a/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js +++ b/tests/jerry-test-suite/11/11.09/11.09.05/11.09.05-016.js @@ -12,5 +12,5 @@ // See the License for the specific language governing permissions and // limitations under the License. -var x = 123.00, y = 0.0123e+4, eps = .000001 +var x = 123.00, y = 0.0123e+4, eps = .00001 assert(x <= y + eps && x >= y - eps) \ No newline at end of file