summaryrefslogtreecommitdiff
path: root/test/built-ins/Math/pow/applying-the-exp-operator_A8.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Math/pow/applying-the-exp-operator_A8.js')
-rw-r--r--test/built-ins/Math/pow/applying-the-exp-operator_A8.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A8.js b/test/built-ins/Math/pow/applying-the-exp-operator_A8.js
index e87cd290c..61b2d8960 100644
--- a/test/built-ins/Math/pow/applying-the-exp-operator_A8.js
+++ b/test/built-ins/Math/pow/applying-the-exp-operator_A8.js
@@ -13,8 +13,7 @@ base[0] = -1;
base[1] = 1
var basenum = 2;
-for (var i = 0; i < basenum; i++)
-{
+for (var i = 0; i < basenum; i++) {
assert.sameValue(
Math.pow(base[i], exponent),
NaN,