summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/pow/applying-the-exp-operator_A23.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Math/pow/applying-the-exp-operator_A23.js')
-rw-r--r--test/built-ins/Math/pow/applying-the-exp-operator_A23.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A23.js b/test/built-ins/Math/pow/applying-the-exp-operator_A23.js
index 826a4305b..4104d287b 100644
--- a/test/built-ins/Math/pow/applying-the-exp-operator_A23.js
+++ b/test/built-ins/Math/pow/applying-the-exp-operator_A23.js
@@ -27,7 +27,7 @@ exponent[7] = Math.PI;
var exponentnum = 8;
for (var i = 0; i < basenum; i++) {
- for (var j = 0; j < exponentnum; j++) {
+ for (var j = 0; j < exponentnum; j++) {
assert.sameValue(
Math.pow(base[i], exponent[j]),
NaN,