aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T3.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T3.js')
-rw-r--r--test/suite/ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T3.js14
1 files changed, 6 insertions, 8 deletions
diff --git a/test/suite/ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T3.js b/test/suite/ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T3.js
index 92c3a7b0d..677051a56 100644
--- a/test/suite/ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T3.js
+++ b/test/suite/ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T3.js
@@ -1,12 +1,12 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The Date.prototype.getUTCFullYear property "length" has { ReadOnly, DontDelete, DontEnum } attributes
- *
- * @path ch15/15.9/15.9.5/15.9.5.11/S15.9.5.11_A3_T3.js
- * @description Checking DontEnum attribute
- */
+/*---
+info: >
+ The Date.prototype.getUTCFullYear property "length" has { ReadOnly,
+ DontDelete, DontEnum } attributes
+description: Checking DontEnum attribute
+---*/
if (Date.prototype.getUTCFullYear.propertyIsEnumerable('length')) {
$ERROR('#1: The Date.prototype.getUTCFullYear.length property has the attribute DontEnum');
@@ -17,5 +17,3 @@ for(x in Date.prototype.getUTCFullYear) {
$ERROR('#2: The Date.prototype.getUTCFullYear.length has the attribute DontEnum');
}
}
-
-