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