summaryrefslogtreecommitdiff
path: root/test/built-ins/Number/S15.7.3_A6.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Number/S15.7.3_A6.js')
-rw-r--r--test/built-ins/Number/S15.7.3_A6.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Number/S15.7.3_A6.js b/test/built-ins/Number/S15.7.3_A6.js
index 3c2013129..7afcbf2bb 100644
--- a/test/built-ins/Number/S15.7.3_A6.js
+++ b/test/built-ins/Number/S15.7.3_A6.js
@@ -7,6 +7,6 @@ es5id: 15.7.3_A6
description: Checking existence of the property "POSITIVE_INFINITY"
---*/
-if (!Number.hasOwnProperty("POSITIVE_INFINITY")) {
+if(!Number.hasOwnProperty("POSITIVE_INFINITY")){
$ERROR('#1: The Number constructor has the property "POSITIVE_INFINITY"');
}