From 0cb045ade8d8991601d4ee942ff7287a3c9b5d46 Mon Sep 17 00:00:00 2001 From: Pavel Punegov Date: Fri, 31 Jul 2020 14:18:15 +0300 Subject: [PATCH] Increase tolerance for the expm1 test --- .../tests/stdlib_external/numbers/HarmonyMathTests.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend.native/tests/stdlib_external/numbers/HarmonyMathTests.kt b/backend.native/tests/stdlib_external/numbers/HarmonyMathTests.kt index 7715c7764ff..488c1301013 100644 --- a/backend.native/tests/stdlib_external/numbers/HarmonyMathTests.kt +++ b/backend.native/tests/stdlib_external/numbers/HarmonyMathTests.kt @@ -279,7 +279,7 @@ class HarmonyMath { assertEquals((-0.0).toBits(), expm1(-0.0).toBits()) assertEquals("Should return -9.999950000166666E-6", - -9.999950000166666E-6, expm1(-0.00001), 0.0) + -9.999950000166666E-6, expm1(-0.00001)) assertEquals("Should return 1.0145103074469635E60", 1.0145103074469635E60, expm1(138.16951162), 0.0) assertEquals("Should return POSITIVE_INFINITY",