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