summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/S15.9.5_A22_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/S15.9.5_A22_T1.js')
-rw-r--r--test/built-ins/Date/prototype/S15.9.5_A22_T1.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/built-ins/Date/prototype/S15.9.5_A22_T1.js b/test/built-ins/Date/prototype/S15.9.5_A22_T1.js
index 77de3c964..7e06d8020 100644
--- a/test/built-ins/Date/prototype/S15.9.5_A22_T1.js
+++ b/test/built-ins/Date/prototype/S15.9.5_A22_T1.js
@@ -8,6 +8,6 @@ es5id: 15.9.5_A22_T1
description: The Date.prototype has the property "getSeconds"
---*/
-if(Date.prototype.hasOwnProperty("getSeconds") !== true){
+if (Date.prototype.hasOwnProperty("getSeconds") !== true) {
$ERROR('#1: The Date.prototype has the property "getSeconds"');
}