From 55cbd2c732033811af61b3165544a4ee7efc0aad Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Mon, 15 Jul 2024 13:55:38 +0200 Subject: [PATCH] Update test/built-ins/Math/pow/applying-the-exp-operator_A1.js --- test/built-ins/Math/pow/applying-the-exp-operator_A1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A1.js b/test/built-ins/Math/pow/applying-the-exp-operator_A1.js index 22496ce6dcf..347987fa5ea 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A1.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A1.js @@ -18,7 +18,7 @@ base[5] = 0.000000000000001; base[6] = 1.7976931348623157E308; //largest finite number base[7] = +Infinity; base[8] = NaN; -base[9] = 1; // In some implementations, the `pow` function might incorrectly return 1, deviating from the ECMA specification. +base[9] = 1; var basenum = 10; for (var i = 0; i < basenum; i++) {