summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A2_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A2_T1.js')
-rw-r--r--test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A2_T1.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A2_T1.js b/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A2_T1.js
index 040c4f959..1d9e61e9f 100644
--- a/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A2_T1.js
+++ b/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A2_T1.js
@@ -8,10 +8,10 @@ es5id: 15.9.5.19_A2_T1
description: The "length" property of the "getUTCHours" is 0
---*/
-if(Date.prototype.getUTCHours.hasOwnProperty("length") !== true){
+if (Date.prototype.getUTCHours.hasOwnProperty("length") !== true) {
$ERROR('#1: The getUTCHours has a "length" property');
}
-if(Date.prototype.getUTCHours.length !== 0){
+if (Date.prototype.getUTCHours.length !== 0) {
$ERROR('#2: The "length" property of the getUTCHours is 0');
}