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