summaryrefslogtreecommitdiff
path: root/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A1_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A1_T3.js')
-rw-r--r--test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A1_T3.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A1_T3.js b/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A1_T3.js
index fd140cd31..1109de1d0 100644
--- a/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A1_T3.js
+++ b/test/built-ins/Date/prototype/getUTCHours/S15.9.5.19_A1_T3.js
@@ -12,8 +12,8 @@ if (Date.prototype.propertyIsEnumerable('getUTCHours')) {
$ERROR('#1: The Date.prototype.getUTCHours property has the attribute DontEnum');
}
-for(var x in Date.prototype) {
- if(x === "getUTCHours") {
+for (var x in Date.prototype) {
+ if (x === "getUTCHours") {
$ERROR('#2: The Date.prototype.getUTCHours has the attribute DontEnum');
}
}