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++) {