summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/pow/applying-the-exp-operator_A11.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Math/pow/applying-the-exp-operator_A11.js')
-rw-r--r--test/built-ins/Math/pow/applying-the-exp-operator_A11.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A11.js b/test/built-ins/Math/pow/applying-the-exp-operator_A11.js
index 536b51474..f44e1d30c 100644
--- a/test/built-ins/Math/pow/applying-the-exp-operator_A11.js
+++ b/test/built-ins/Math/pow/applying-the-exp-operator_A11.js
@@ -17,8 +17,8 @@ var exponentnum = 4;
for (var i = 0; i < exponentnum; i++)
{
- if (Math.pow(base,exponent[i]) !== +Infinity)
- {
- $ERROR("#1: Math.pow(" + base + ", " + exponent[i] + ") !== +Infinity");
- }
+ if (Math.pow(base, exponent[i]) !== +Infinity)
+ {
+ $ERROR("#1: Math.pow(" + base + ", " + exponent[i] + ") !== +Infinity");
+ }
}