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