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