summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/pow/applying-the-exp-operator_A22.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Math/pow/applying-the-exp-operator_A22.js')
-rw-r--r--test/built-ins/Math/pow/applying-the-exp-operator_A22.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A22.js b/test/built-ins/Math/pow/applying-the-exp-operator_A22.js
index de41acd01..807519549 100644
--- a/test/built-ins/Math/pow/applying-the-exp-operator_A22.js
+++ b/test/built-ins/Math/pow/applying-the-exp-operator_A22.js
@@ -18,8 +18,8 @@ var exponentnum = 5;
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");
+ }
}