aboutsummaryrefslogtreecommitdiffstats
path: root/test/suite/ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A8.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A8.js')
-rw-r--r--test/suite/ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A8.js16
1 files changed, 9 insertions, 7 deletions
diff --git a/test/suite/ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A8.js b/test/suite/ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A8.js
index 646bcb400..846e6110a 100644
--- a/test/suite/ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A8.js
+++ b/test/suite/ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A8.js
@@ -1,12 +1,15 @@
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
-/**
- * The Object.prototype.toLocaleString.length property has the attribute DontEnum
- *
- * @path ch15/15.2/15.2.4/15.2.4.3/S15.2.4.3_A8.js
- * @description Checking if enumerating the Object.prototype.toLocaleString.length property fails
- */
+/*---
+info: >
+ The Object.prototype.toLocaleString.length property has the attribute
+ DontEnum
+description: >
+ Checking if enumerating the Object.prototype.toLocaleString.length
+ property fails
+includes: [$FAIL.js]
+---*/
//CHECK#0
if (!(Object.prototype.toLocaleString.hasOwnProperty('length'))) {
@@ -25,4 +28,3 @@ for (p in Object.prototype.toLocaleString){
$ERROR('#2: the Object.prototype.toLocaleString.length property has the attributes DontEnum');
}
//
-